-
Notifications
You must be signed in to change notification settings - Fork 1
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
run shellcheck only on files that are changed #20
Comments
@ikirker Is this possible? |
Once the initial wave of fixes are in, it should be less noisy, BUT This might be possible? The problem is effectively trying to get the commit hash you should compare to, in:
which gives the list of changed files. |
Ah, I wasn't aware that getting the list of changed files is something that one has to arrange oneself. (But then I started to suspect so when I heard about the compromise of a seemingly popular That said, doesn't
would be a starting point? |
The problem then comes when you push more than one commit at once: only the files altered in the most recent one would get checked, because it only runs tests against the last commit. In that kind of situation, it's likely to miss a lot. |
please
The text was updated successfully, but these errors were encountered: