Codebase list libcapture-tiny-perl / d1cbc65f-40bc-4c9d-961e-e3d43ae86d5c/main perlcritic.rc
d1cbc65f-40bc-4c9d-961e-e3d43ae86d5c/main

Tree @d1cbc65f-40bc-4c9d-961e-e3d43ae86d5c/main (Download .tar.gz)

perlcritic.rc @d1cbc65f-40bc-4c9d-961e-e3d43ae86d5c/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]