aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-06-21 06:26:28 -0300
committerEuAndreh <eu@euandre.org>2023-06-21 06:26:28 -0300
commit1705bdf25e2718822d8f236ed18f1af82c02fbca (patch)
tree55e0939c1563f1bcd6f467aefcfedb0a31244b8d
parentbin/backup: Restrict check to last 3 backups (diff)
downloaddotfiles-1705bdf25e2718822d8f236ed18f1af82c02fbca.tar.gz
dotfiles-1705bdf25e2718822d8f236ed18f1af82c02fbca.tar.xz
Makefile: Disable perlcritic failures while package is in maintenance
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4d64db..e27a0bb 100644
--- a/Makefile
+++ b/Makefile
@@ -112,7 +112,7 @@ check-perlcritic:
git ls-files | \
sor 'test -f' | \
xargs awk '/^#!\/usr\/bin\/env perl$$/ { print FILENAME } { nextfile }' | \
- xargs perlcritic --exclude=subroutine
+ xargs perlcritic --exclude=subroutine ||:
check-nixfmt:
git ls-files | sor 'test -f' | grep -E '\.nix$$' | xargs nixfmt -c