merging RT 4.0.6
[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