Codebase list libhttp-cookiejar-perl / 588e26e6-e584-459e-8b12-fdc6d0fc9544/main perlcritic.rc
588e26e6-e584-459e-8b12-fdc6d0fc9544/main

Tree @588e26e6-e584-459e-8b12-fdc6d0fc9544/main (Download .tar.gz)

perlcritic.rc @588e26e6-e584-459e-8b12-fdc6d0fc9544/mainraw · history · blame

severity = 5
verbose = 8

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

[TestingAndDebugging::ProhibitNoStrict]
allow = refs

[Variables::ProhibitEvilVariables]
variables = $DB::single

# 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]