-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support shellcheck for checking commands inside recipes #83
Comments
If the linted Makefile sets the shell then running shellcheck on individual recipes would make a lot of sense. |
One thing to note is that there are a few differences between shell commands as embedded in Makefiles, and normal shell commands... like, |
In which case it should be escaped using |
Is there a way to edit |
You mean ask |
Well, I'm not quite sure: is this the kind of thing that should be done on |
Can |
I don't know; hey @mrtazz can it do so? |
Expected behaviour
Shell code is expected to be linted.
Actual behaviour
Now no errors are thrown for incorrect shell commands.
Output of
checkmake --version
Output of
checkmake --debug <your makefile>
Output of
make --version
Sample Makefile to reproduce issue
(some of these things might not apply but the more you can provide the easier
it will be to fix this bug. Thanks!)
The text was updated successfully, but these errors were encountered: