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
|
[PerlCritic non-auto-generated xt]
select = xt/author/live/wikipedia.t
argv = --profile=$ROOT/perlcriticrc
[PerlTidy non-auto-generated xt]
select = xt/author/live/wikipedia.t
[PerlTidy]
select = lib/**/*.pm
select = t/**/*.{pm,t}
select = t/local/log-server
select = t/local/referer-server
select = script/*
; ignore autogenerated files
ignore = t/00-report-prereqs.t
; ignore build artefacts
ignore = blib/**/*
ignore = .build/**/*
ignore = WWW-Mechanize*/**/*
argv = --profile=$ROOT/perltidyrc
[SortLines::Naturally]
select = .gitignore
[UniqueLines]
select = .gitignore
|