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
The way shellcheck.sh works causes it to fail when a file has a space in the filename. $files should probably be an array which each element is appended to:
The way shellcheck.sh works causes it to fail when a file has a space in the filename.
$files
should probably be an array which each element is appended to:https://github.com/gruntwork-io/pre-commit/blob/master/hooks/shellcheck.sh#L29
The text was updated successfully, but these errors were encountered: