aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4d64db..e27a0bb 100644
--- a/Makefile
+++ b/Makefile
@@ -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