Skip to content

Commit

Permalink
Suppressed SC1117,SC2206,SC2207 shellchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
shyiko committed Jan 5, 2018
1 parent 55b2b8b commit 4d86933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ all: lint test

lint:
test -s `which shellcheck` || { echo "shellcheck (https://github.com/koalaman/shellcheck) wasn't found on the PATH. Please install it and try again."; exit 1; }
shellcheck -s bash -e SC2128,SC2162,SC2178 -f gcc commacd.bash
shellcheck -s bash -e SC1117,SC2206,SC2207,SC2128,SC2162,SC2178 -f gcc commacd.bash

test:
test -s `which shpec` || { echo "shpec (https://github.com/rylnd/shpec) wasn't found on the PATH. Please install it and try again"; exit 1; }
Expand Down

0 comments on commit 4d86933

Please sign in to comment.