1[PerlTidy]
2select = **/*.{pl,pm,t,psgi}
3ignore = t/00-*
4ignore = t/author-*
5ignore = t/release-*
6ignore = blib/**/*
7ignore = .build/**/*
8ignore = MaxMind-DB-Common-*/**/*
9argv = --profile=$ROOT/perltidyrc
10
11[PerlCritic]
12select = **/*.{pl,pm,t,psgi}
13ignore = t/00-*
14ignore = t/author-*
15ignore = t/release-*
16ignore = blib/**/*
17ignore = .build/**/*
18ignore = MaxMind-DB-Common-*/**/*
19argv = --profile $ROOT/perlcriticrc --program-extensions .pl  --program-extensions .t --program-extensions .psgi
20