Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ValuesAndExpressions::ProhibitAccessOfPrivateData has false positives.
  • Loading branch information
oalders committed Apr 23, 2016
1 parent 61ca678 commit 6da9aa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .perlcriticrc
Expand Up @@ -10,9 +10,10 @@ verbose = 11
[-RegularExpressions::RequireDotMatchAnything]
[-RegularExpressions::RequireExtendedFormatting]
[-RegularExpressions::RequireLineBoundaryMatching]
[-Subroutines::ProhibitExplicitReturnUndef]
[-ValuesAndExpressions::ProhibitAccessOfPrivateData]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-Variables::ProhibitPunctuationVars]
[-Subroutines::ProhibitExplicitReturnUndef]

[CodeLayout::RequireTrailingCommas]
severity = 4
Expand Down

0 comments on commit 6da9aa9

Please sign in to comment.