From 111c8d9db7798ccccd07157f346f2c039131cfc9 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Oct 2017 20:46:10 +1300 Subject: Revert "Drastically simplify `lint` scripts" I forgot that the `lint` tools here need to check the *built* files, and that that's the reason the `perlcritic` check against the source .pl file was failing. While it's still true that it would be preferable to test the files found in a deterministic order, this branch's attempt to address that issue is pretty much nonsense and can be abandoned. This reverts commit 196155499c04b2c2050302e6575f1bcbbed052f1. --- lint/urxvt.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lint/urxvt.sh') diff --git a/lint/urxvt.sh b/lint/urxvt.sh index 7c7b1876..507034be 100644 --- a/lint/urxvt.sh +++ b/lint/urxvt.sh @@ -1,2 +1 @@ -perlcritic --brutal -- \ - urxvt/ext/*.pl +find urxvt/ext -type f ! -name '*.pl' -print -exec perlcritic --brutal -- {} \; -- cgit v1.2.3