diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -104,9 +104,6 @@ check-perlcritic: xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \ xargs perlcritic --exclude=subroutine ||: -check-nixfmt: - git ls-files | sor 'test -f' | grep -E '\.nix$$' | xargs nixfmt -c - FIXME-excludes = \ ':(exclude)Makefile' \ ':(exclude)bin/aux' \ @@ -166,7 +163,7 @@ check-aliases: uuid | email -s "lawtech->toph" -f andre@pilotis.net uuid | email -s "toph->lawtech" andre@pilotis.net -check: check-shellcheck check-perlcritic check-nixfmt check-fixme \ +check: check-shellcheck check-perlcritic check-fixme \ check-dirty-public check-dirty-private check-dirty-pass \ check-opt check-pod check-aliases @cd $(PRIV_CONFIG) && $(MAKE) $@ |