diff options
| author | EuAndreh <eu@euandre.org> | 2023-12-13 03:59:10 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-12-13 03:59:16 -0300 |
| commit | 47271d3b42131ae6078ac717ab2e8c6bf712815f (patch) | |
| tree | 09a4deea1caf16e82e3b13c7cbbacbb6a71545e2 /Makefile | |
| parent | etc/sh/rc: Move "ulimit -c unlimited" to Bash-specific section (diff) | |
| download | dotfiles-47271d3b42131ae6078ac717ab2e8c6bf712815f.tar.gz dotfiles-47271d3b42131ae6078ac717ab2e8c6bf712815f.tar.xz | |
rm etc/nix/configuration.nix: retire usurpador
OR ELSE!
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) $@ |
