1 # order matters: do the faster one first
2 test: shellcheck pkgcheck
5 shellcheck
*/*/*.ebuild
8 pkgcheck scan
--staged
--exit error
,warning
11 shellcheck
--enable
=all --exclude
=SC2154
*/*/*.ebuild
12 # AcctCheck just breaks without manual configuration
13 pkgcheck scan
--exit error
,warning
--checksets
all --checks
=-AcctCheck
15 .PHONY
: test nitpick shellcheck pkgcheck