Log-Log4perl-NDC-Scoped
view release on metacpan or search on metacpan
t/perlcriticrc view on Meta::CPAN
###
### Configure policies
###
# No tabs ever
[CodeLayout::ProhibitHardTabs]
allow_leading_tabs = 0
# Inform perlcritic that other things turn on strictures and warnings
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Mouse perl5i::0 perl5i::1 perl5i::2 Modern::Perl TB2::Mouse TB2::Mouse::Role Mojo::Base ojolicious
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Mouse perl5i::0 perl5i::1 perl5i::2 Modern::Perl TB2::Mouse TB2::Mouse::Role Mojo::Base Mojolicious::Lite
# "no warnings" is fine as long as it's restricted to one or more categories
[TestingAndDebugging::ProhibitNoWarnings]
allow_with_category_restriction = 1
# Don't need /x on small regexes.
[RegularExpressions::RequireExtendedFormatting]
minimum_regex_length_to_complain_about = 12
( run in 0.266 second using v1.01-cache-2.11-cpan-4d50c553e7e )