From db7a6b24ad3727da72c5b1cad4c47d3ce2a9042d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 4 Dec 2024 03:28:09 -0300 Subject: Makefile: Remove perlcritic and shellcheck from check targets --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) $@ -- cgit v1.2.3