load_rc_file = /path/to/corporate/perlcriticrc # Corporate rc allows dead code. We don't want that [Subroutines:ProhibitUnusedPrivateSubroutines] # Corporate rc allows too high complexity. [Modules:ProhibitExcessMainComplexity] max_mccabe = 10