1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
ignore = php/PHP_CodeSniffer/.gitignore
ignore = lib/Code/TidyAll/Zglob.pm
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
[PerlTidy]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
[PerlTidySweet]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
[PodTidy]
select = {bin,lib}/**/{tidyall,*.{pl,pm,pod}}
ignore = t/00-report-prereqs.t
[PerlCritic]
select = lib/**/*.pm
argv = --profile $ROOT/perlcriticrc
except_modes = editor dzil
[SortLines]
select = **/.gitignore
select = .gitignore
select = .ispell*
[Perl::AlignMooseAttributes]
select = {bin,lib,t}/**/*.{pl,pm,t}
except_modes = dzil
|