From 02e6cb2407490cb70bc6006f7ba8efe69b2428bc Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 20 Oct 2022 12:36:54 -0300 Subject: Makefile: Exclude subroutine lint of perlcritic --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.3