summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2013-04-16 19:57:33 +0200
committerGuillem Jover <guillem@debian.org>2013-06-22 05:25:19 +0200
commit94f089b7699614538324078f09162e6387d9e094 (patch)
tree0c07088605a8e7e040936ea2dc79b812c8a9087f /test
parent4877cdafc05af1c14a28f10555147403813ccf0d (diff)
downloaddpkg-94f089b7699614538324078f09162e6387d9e094.tar.gz
test: Set .pl and .t as program-extensions for perlcritic
This should help perlcritic discern when not to apply module checks on programs.
Diffstat (limited to 'test')
-rw-r--r--test/100_critic/perlcriticrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/100_critic/perlcriticrc b/test/100_critic/perlcriticrc
index 9a68f343e..b627a4ab6 100644
--- a/test/100_critic/perlcriticrc
+++ b/test/100_critic/perlcriticrc
@@ -1,6 +1,7 @@
# Perl Critic configuration file
severity = 1
verbose = %f %l:%c (Severity: %s)\n %P (%s)\n near '%r'\n%d\n
+program-extensions = .pl .t
[RegularExpressions::ProhibitUnusualDelimiters]
allow_all_brackets = 1