Skip to content

Commit

Permalink
shellcheck: update tests to pass under v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Apr 20, 2021
1 parent e81a1fe commit 0f36c5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion etc/bin/shellchecker
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ default () {
main '.' \
--exclude 'etc/bin/live-graph-movie.sh' \
--exclude '.git' \
-- -e SC1090
-- \
-e SC1090 \
-e SC1091
}

if [[ $# -gt 0 ]]; then
Expand Down

0 comments on commit 0f36c5d

Please sign in to comment.