The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#
# $Id: perlcritic-checker.conf 36 2011-02-20 14:51:27Z xdr.box $
#
{
    progressive_mode        => 0,
    allow_emergency_commits => 1,
    emergency_comment_prefix => 'NO CRITIC',
    max_violations           => undef,

    profiles => [
        {
            pattern => qr{[.](pm|pl|t)$},
            profile => 'perlcritic-gentle.conf',
        },
    ],
}