docker-buttbot/.perlcriticrc

32 lines
970 B
Plaintext
Raw Permalink Normal View History

2008-08-01 20:30:46 -07:00
severity = 3
2008-07-29 19:03:26 -07:00
# severity five ===============================================================
[-InputOutput::ProhibitTwoArgOpen]
# severity four ===============================================================
2008-07-29 19:22:12 -07:00
[ValuesAndExpressions::ProhibitCommaSeparatedStatements]
allow_last_statement_to_be_comma_separated_in_map_and_grep = 1
[-Subroutines::RequireFinalReturn]
# they're not all functional
[-ValuesAndExpressions::ProhibitConstantPragma]
# Readonly isn't stock
[-BuiltinFunctions::RequireBlockGrep]
# mleh, disagree
[-Modules::RequireExplicitPackage]
[-Modules::RequireEndWithOne]
# not everything is a package
2008-07-29 19:03:26 -07:00
# severity three ==============================================================
2008-08-01 20:30:46 -07:00
[-RegularExpressions::RequireExtendedFormatting]
# they're not all complex
2008-07-29 19:03:26 -07:00
# severity two ================================================================
# severity one ================================================================