RT#34237 v3 reconcile commit 345b82cee4b7d1516ce1815df727ed7aac3dc077
[freeside.git] / rt / .perlcriticrc
1 # This perlcritic policy file isn't to be taken as gospel. It's just a start
2 # As of now, it's mostly about disabling policies we're not able to follow or
3 # strongly disagree with
4 exclude = Subroutines::ProhibitExplicitReturnUndef  Modules::RequireFilenameMatchesPackage TestingAndDebugging::ProhibitNoStrict
5 color = 1
6 verbose = 7