flymake-shellcheck
flymake-shellcheck copied to clipboard
A ShellCheck-powered backend for Flymake
Fixes #9 This is my first time contributing elisp, please feel free to suggest how to better rewrite this change.
I have added `flymake-shellcheck-load` as a `sh-mode-hook` as recommended in the documentation, but that mode is loaded for RPM .spec files as well, and they are not supported by shellcheck....
It might be useful in some cases to use the `-s` option in `shellcheck`, maybe in all cases. This would use side information from Emacs (`auto-mode-alist`, etc.) to provide the...
Have you considered adding this Flymake backend to Emacs itself? The main advantage is that everything would work out-of-the-box without requiring the user to discover and install yet another package....
From https://github.com/federicotdn/flymake-shellcheck > After opening a shell/sh file, remember to enable Flymake: > > M-x flymake-mode Wouldn't it be useful to add this text in addition? > Optionally add this...