aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* contrib/emacs: run flycheck only when buffer is savedAlfred Wingate2022-10-121-7/+7
| | | | | | | | | | | | | | | * Instead of checking buffer-file-name use built-in function flycheck-buffer-saved-p which requires the buffer to be saved. Prior it would lead to the check being ran on an non-existent file when initially creating an ebuild file. * Also remove --verbose as listing out every profile is noise that hinders using the check especially when hovering over with a mouse cursor. Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/pkgcore/pkgcheck/pull/464 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* contrib/emacs: add flycheck-pkgcheck.el - Flycheck checker for ebuildsMaciej Barć2022-08-011-0/+81
Signed-off-by: Maciej Barć <xgqt@gentoo.org>