[Reproducible-commits] [dpkg] 33/61: t: Disable perl-critic RegularExpressions::ProhibitEnumeratedClasses

Jérémy Bobbio lunar at moszumanska.debian.org
Mon Sep 21 09:56:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch pu/reproducible_builds
in repository dpkg.

commit 2fe0977d0895a91b7a8f5a669dc9dde5277dc936
Author: Guillem Jover <guillem at debian.org>
Date:   Tue Sep 15 19:45:58 2015 +0200

    t: Disable perl-critic RegularExpressions::ProhibitEnumeratedClasses
    
    We work primarily with ASCII, so we want to specify the exact characters
    to match.
---
 t/critic/perlcriticrc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/critic/perlcriticrc b/t/critic/perlcriticrc
index 69a7b6e..7e942a3 100644
--- a/t/critic/perlcriticrc
+++ b/t/critic/perlcriticrc
@@ -55,6 +55,9 @@ allow_if_string_contains_single_quote = 1
 [-Modules::RequireVersionVar]
 # These are fine.
 [-NamingConventions::ProhibitAmbiguousNames]
+# We work primarily with ASCII, so we need to specify the exact characters
+# to match.
+[-RegularExpressions::ProhibitEnumeratedClasses]
 # When . is used in the code it means what it does.
 [-RegularExpressions::RequireDotMatchAnything]
 # When ^ or $ are used in the code they mean what they do.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dpkg.git



More information about the Reproducible-commits mailing list