blob: 9cf8f633f8cddbca1090dfd90163514d8640ef3c (
plain)
1
2
3
4
5
6
|
# This perlcritic policy file isn't to be taken as gospel. It's just a start
# As of now, it's mostly about disabling policies we're not able to follow or
# strongly disagree with
exclude = Subroutines::ProhibitExplicitReturnUndef Modules::RequireFilenameMatchesPackage TestingAndDebugging::ProhibitNoStrict
color = 1
verbose = 7
|