aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 88dc109..741a4f7 100644
--- a/Makefile
+++ b/Makefile
@@ -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) $@