summaryrefslogtreecommitdiff
path: root/tidyall.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tidyall.ini')
-rw-r--r--tidyall.ini19
1 files changed, 19 insertions, 0 deletions
diff --git a/tidyall.ini b/tidyall.ini
new file mode 100644
index 0000000..f346233
--- /dev/null
+++ b/tidyall.ini
@@ -0,0 +1,19 @@
+[PerlTidy]
+select = **/*.{pl,pm,t,psgi}
+ignore = t/00-*
+ignore = t/author-*
+ignore = t/release-*
+ignore = blib/**/*
+ignore = .build/**/*
+ignore = Params-Validate-*/**/*
+argv = --profile=$ROOT/perltidyrc
+
+[PerlCritic]
+select = **/*.{pl,pm,t,psgi}
+ignore = t/00-*
+ignore = t/author-*
+ignore = t/release-*
+ignore = blib/**/*
+ignore = .build/**/*
+ignore = Params-Validate-*/**/*
+argv = --profile $ROOT/perlcriticrc --program-extensions .pl --program-extensions .t --program-extensions .psgi