-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path.perlcriticrc
32 lines (20 loc) · 939 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
severity = 3
# severity five ===============================================================
[-InputOutput::ProhibitTwoArgOpen]
# severity four ===============================================================
[ValuesAndExpressions::ProhibitCommaSeparatedStatements]
allow_last_statement_to_be_comma_separated_in_map_and_grep = 1
[-Subroutines::RequireFinalReturn]
# they're not all functional
[-ValuesAndExpressions::ProhibitConstantPragma]
# Readonly isn't stock
[-BuiltinFunctions::RequireBlockGrep]
# mleh, disagree
[-Modules::RequireExplicitPackage]
[-Modules::RequireEndWithOne]
# not everything is a package
# severity three ==============================================================
[-RegularExpressions::RequireExtendedFormatting]
# they're not all complex
# severity two ================================================================
# severity one ================================================================