summaryrefslogtreecommitdiff
path: root/t/perlcriticrc
blob: 4185498ce485284fd29e086424878cddd93cce17 (plain)
1
2
3
4
5
6
7
8
9
10
11
severity = 1
theme = core || bug || maintenance || complexity || security
color = 1
 
[-Miscellanea::RequireRcsKeywords]
[-Documentation::RequirePodSections]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-Subroutines::ProhibitSubroutinePrototypes]
[-Subroutines::RequireArgUnpacking]
[-Subroutines::ProtectPrivateSubs]
[-ControlStructures::ProhibitUnlessBlocks]