aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-20 12:36:54 -0300
committerEuAndreh <eu@euandre.org>2022-10-20 12:36:54 -0300
commit02e6cb2407490cb70bc6006f7ba8efe69b2428bc (patch)
treec0b4acb87af791be896c20ce343ee417d7bb245b
parentFix all ShellCheck warnings (diff)
downloaddotfiles-02e6cb2407490cb70bc6006f7ba8efe69b2428bc.tar.gz
dotfiles-02e6cb2407490cb70bc6006f7ba8efe69b2428bc.tar.xz
Makefile: Exclude subroutine lint of perlcritic
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f5a86ab..5764eb2 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,7 @@ check-shellcheck:
check-perlcritic:
git ls-files | \
xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \
- xargs perlcritic
+ xargs perlcritic --exclude=subroutine
check-fixme:
if git grep FIXME -- ':(exclude)Makefile'; then \