Skip to content

Commit

Permalink
bring in dagolden's perlcritic.rc
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbs committed Nov 28, 2013
1 parent 32ac37e commit 3b1bb62
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions perlcritic.rc
@@ -0,0 +1,22 @@
severity = 5
verbose = 8

[Variables::ProhibitPunctuationVars]
allow = $@ $!

[TestingAndDebugging::ProhibitNoStrict]
allow = refs

# Turn these off
[-BuiltinFunctions::ProhibitStringyEval]
[-ControlStructures::ProhibitPostfixControls]
[-ControlStructures::ProhibitUnlessBlocks]
[-Documentation::RequirePodSections]
[-InputOutput::ProhibitInteractiveTest]
[-References::ProhibitDoubleSigils]
[-RegularExpressions::RequireExtendedFormatting]
[-InputOutput::ProhibitTwoArgOpen]
[-Modules::ProhibitEvilModules]

# Turn this on
[Lax::ProhibitStringyEval::ExceptForRequire]

0 comments on commit 3b1bb62

Please sign in to comment.