Allow passing of 'allow_pkgpart' and 'import' flags up the chain to FS::cust_pkg...
[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