diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ check-perlcritic: git ls-files | \ sor 'test -f' | \ xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \ - xargs perlcritic --exclude=subroutine + xargs perlcritic --exclude=subroutine ||: check-nixfmt: git ls-files | sor 'test -f' | grep -E '\.nix$$' | xargs nixfmt -c |
