aboutsummaryrefslogtreecommitdiff
path: root/lint
diff options
context:
space:
mode:
Diffstat (limited to 'lint')
-rwxr-xr-xlint/urxvt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint/urxvt b/lint/urxvt
index 84f08619..9fd6193d 100755
--- a/lint/urxvt
+++ b/lint/urxvt
@@ -1,2 +1,2 @@
#!/bin/sh
-find urxvt/ext -type f -print -exec perlcritic --brutal -- {} \;
+find urxvt/ext -type f ! -name '*.pl' -print -exec perlcritic --brutal -- {} \;