You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based in #70 and inspired in @anavarre suggestion, only run shellcheck against modified files.
Developers are free to add they own modified files to the .shellcheckrc list, which is considered in the CI. However, by running ./dev-mode, a pre-commit is created and update the shellcheck list automatically.
By running shellcheck only against modified files is a way to balance inheritance and code quality in the long run.
close #407
The text was updated successfully, but these errors were encountered: