[PerlCritic]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = MaxMind-DB-Writer-*/**/*
ignore = blib/**/*
ignore = dev-bin/**/*
ignore = inc/Capture/**/*
ignore = inc/Config/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perlcriticrc

[PerlCritic non-auto-generated xt]
select = xt/author/Tree-freeze-thaw-large-tree.t
argv = --profile=$ROOT/perlcriticrc

[PerlTidy]
select = **/*.{pl,pm,t,psgi}
ignore = .build/**/*
ignore = MaxMind-DB-Writer-*/**/*
ignore = blib/**/*
ignore = dev-bin/**/*
ignore = inc/Capture/**/*
ignore = inc/Config/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*
argv = --profile=$ROOT/perltidyrc

[PerlTidy non-auto-generated xt]
select = xt/author/Tree-freeze-thaw-large-tree.t
argv = --profile=$ROOT/perltidyrc

[Test::Vars]
select = **/*.pm
ignore = .build/**/*
ignore = MaxMind-DB-Writer-*/**/*
ignore = blib/**/*
ignore = dev-bin/**/*
ignore = inc/Capture/**/*
ignore = inc/Config/**/*
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zzz-*
ignore = xt/**/*