diff options
| author | EuAndreh <eu@euandre.org> | 2023-06-21 06:26:28 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-06-21 06:26:28 -0300 |
| commit | 1705bdf25e2718822d8f236ed18f1af82c02fbca (patch) | |
| tree | 55e0939c1563f1bcd6f467aefcfedb0a31244b8d /Makefile | |
| parent | bin/backup: Restrict check to last 3 backups (diff) | |
| download | dotfiles-1705bdf25e2718822d8f236ed18f1af82c02fbca.tar.gz dotfiles-1705bdf25e2718822d8f236ed18f1af82c02fbca.tar.xz | |
Makefile: Disable perlcritic failures while package is in maintenance
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
