Skip to content

Commit 920b55f

Browse files
committed
Add a .perlcriticrc to exclude the rule which led to the regression
Also exclude the only level 3 rule which is left. (Carping doesn't make much sense in commandline applications.)
1 parent 961cd0a commit 920b55f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.perlcriticrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
severity = 3
2+
verbose = 8
3+
exclude = Variables::RequireLocalizedPunctuationVars ErrorHandling::RequireCarping

debian/changelog

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ dh-dist-zilla (1.3.6) UNRELEASED; urgency=medium
44
by changing "local $ENV{DZIL_GLOBAL_CONFIG_ROOT}" back to just
55
"$ENV{DZIL_GLOBAL_CONFIG_ROOT}". Regression introduced in release
66
1.3.5. (Closes: #880837)
7+
* Add a .perlcriticrc to exclude the rule which led to this regression
8+
as well as the only level 3 rule which is left. (Carping doesn't make
9+
much sense in commandline applications.)
710

811
-- Axel Beckert <abe@debian.org> Sun, 05 Nov 2017 16:33:30 +0100
912

0 commit comments

Comments
 (0)