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 34 35 36 37 38 39
|
[PerlTidy]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
[PerlTidySweet]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
[PodTidy]
select = {bin,lib}/**/{tidyall,*.{pl,pm,pod}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
[PerlCritic]
select = lib/**/*.pm
argv = --profile $ROOT/perlcriticrc
except_modes = editor dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
[SortLines]
select = .gitignore .ispell* **/.gitignore
[Perl::AlignMooseAttributes]
select = {bin,lib,t}/**/*.{pl,pm,t}
except_modes = dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*
|