Skip to content

Commit

Permalink
Expand PC policies.
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jul 4, 2014
1 parent b32a8f6 commit d0cab39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .perlcriticrc
@@ -1,8 +1,25 @@
# please alpha sort config items as you add them

severity = 5
verbose = 11

[-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
1 change: 1 addition & 0 deletions lib/MetaCPAN/Sitemap.pm
Expand Up @@ -117,4 +117,5 @@ sub process {
close $fh;
return;
}

1;

0 comments on commit d0cab39

Please sign in to comment.