Skip to content

Commit

Permalink
Improve shellcheck config
Browse files Browse the repository at this point in the history
Check acts.conf.sample, and silence some spurious warnings.
  • Loading branch information
alexjurkiewicz committed Nov 29, 2016
1 parent eabf10b commit c40a0e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ clean:
rm -rf dist

check:
@ shellcheck -s sh -f gcc acts
@ shellcheck -s sh -f gcc -e SC1091 acts
@ shellcheck -s sh -f gcc -e SC2034 acts.conf.sample

dist/acts_$(VERSION)_all.deb: dist
@ fpm \
Expand Down

0 comments on commit c40a0e9

Please sign in to comment.