Skip to content

Commit

Permalink
Merge pull request #394 from schwern/remove_some_policies
Browse files Browse the repository at this point in the history
Turn off some PBP policies that aren't very helpful.
  • Loading branch information
oalders committed Mar 13, 2015
2 parents 916b0e3 + 1d450bc commit 4a063a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ verbose = 11
[-Variables::ProhibitPunctuationVars]

[CodeLayout::RequireTrailingCommas]
severity = 5
severity = 4

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Test::Routine

[ValuesAndExpressions::ProhibitEmptyQuotes]
severity = 5
severity = 4

[ValuesAndExpressions::ProhibitInterpolationOfLiterals]
allow_if_string_contains_single_quote = 1
allow = qq{} qq[]
severity = 5
severity = 4

[ValuesAndExpressions::ProhibitNoisyQuotes]
severity = 5
severity = 4

0 comments on commit 4a063a9

Please sign in to comment.