-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy path.perlcriticrc
33 lines (29 loc) · 850 Bytes
/
.perlcriticrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# please alpha sort config items as you add them
severity = 5
verbose = 11
theme = core
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Moo Dancer
[TestingAndDebugging::RequireUseWarnings]
severity = 5
equivalent_modules = Moo Dancer
#[-ControlStructures::ProhibitPostfixControls]
#[-Documentation::RequirePodLinksIncludeText]
#[-Documentation::RequirePodSections]
#[-Modules::RequireVersionVar]
#[-RegularExpressions::RequireDotMatchAnything]
#[-RegularExpressions::RequireExtendedFormatting]
#[-RegularExpressions::RequireLineBoundaryMatching]
#[-Variables::ProhibitPunctuationVars]
#
#[CodeLayout::RequireTrailingCommas]
#severity = 5
#
#[ValuesAndExpressions::ProhibitEmptyQuotes]
#severity = 5
#
#[ValuesAndExpressions::ProhibitInterpolationOfLiterals]
#severity = 5
#
#[ValuesAndExpressions::ProhibitNoisyQuotes]
#severity = 5