diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ check-shellcheck: check-perlcritic: git ls-files | \ xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \ - xargs perlcritic + xargs perlcritic --exclude=subroutine check-fixme: if git grep FIXME -- ':(exclude)Makefile'; then \ |