diff options
author | EuAndreh <eu@euandre.org> | 2024-12-04 03:28:09 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-04 03:28:09 -0300 |
commit | db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d (patch) | |
tree | 66aa60583be7da7ff6008f1bd24ff8ce42b59eb9 | |
parent | etc/guix/home.scm: rename backup(1) to backupit(1) (diff) | |
download | dotfiles-db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d.tar.gz dotfiles-db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d.tar.xz |
Makefile: Remove perlcritic and shellcheck from check targets
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -163,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-fixme \ +check: check-fixme \ check-dirty-public check-dirty-private check-dirty-pass \ check-opt check-pod check-aliases @cd $(PRIV_CONFIG) && $(MAKE) $@ |