aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-04 03:28:09 -0300
committerEuAndreh <eu@euandre.org>2024-12-04 03:28:09 -0300
commitdb7a6b24ad3727da72c5b1cad4c47d3ce2a9042d (patch)
tree66aa60583be7da7ff6008f1bd24ff8ce42b59eb9
parentetc/guix/home.scm: rename backup(1) to backupit(1) (diff)
downloaddotfiles-db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d.tar.gz
dotfiles-db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d.tar.xz
Makefile: Remove perlcritic and shellcheck from check targets
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6e2e5dd..cf79391 100644
--- a/Makefile
+++ b/Makefile
@@ -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) $@