[PerlCritic]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection-*/**/*
ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/files/**/*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perlcriticrc
[PerlCritic non-auto-generated xt]
select = xt/mojibake.t
select = xt/unix_eol.t
argv = --profile=$ROOT/perlcriticrc
[PerlTidy]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection-*/**/*
ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/files/**/*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc
[PerlTidy non-auto-generated xt]
select = xt/mojibake.t
select = xt/unix_eol.t
argv = --profile=$ROOT/perltidyrc
[Test::Vars]
select = **/*.pm
ignore = .build/**/*
ignore = Perl-Critic-Policy-ValuesAndExpressions-PreventSQLInjection-*/**/*
ignore = blib/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/files/**/*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*