aboutsummaryrefslogtreecommitdiffstats
path: root/.tidyallrc
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2018-10-17 19:30:26 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2018-10-17 19:35:07 +0300
commitc959a46cda2e271021ba2168d2830cc740dee236 (patch)
treea5a9e0b678a14aba25d6c0932245bf9cab97db99 /.tidyallrc
parent9ace1e0519bda09def77746c22ce952824074980 (diff)
downloadrspamd-c959a46cda2e271021ba2168d2830cc740dee236.tar.gz
rspamd-c959a46cda2e271021ba2168d2830cc740dee236.zip
[Minor] Reformat more Perl scripts
Diffstat (limited to '.tidyallrc')
-rw-r--r--.tidyallrc12
1 files changed, 6 insertions, 6 deletions
diff --git a/.tidyallrc b/.tidyallrc
index 272ba1936..4e8f5f7bf 100644
--- a/.tidyallrc
+++ b/.tidyallrc
@@ -5,21 +5,21 @@
ignore = contrib/**/* doc/doxydown/doxydown.pl
;[PerlCritic]
-;select = **/*.{pl,pm,t}
+;select = **/*.{pl,pl.in,pm,t}
[PerlTidy]
-select = **/*.{pl,pm,t}
+select = **/*.{pl,pl.in,pm,t}
argv = -l=120
[PodChecker]
-select = **/*.{pl,pm,pod}
+select = **/*.{pl,pl.in,pm,pod}
;[PodSpell]
-;select = **/*.{pl,pm,pod}
+;select = **/*.{pl,pl.in,pm,pod}
;[PodTidy]
-;select = **/*.{pl,pm,pod}
+;select = **/*.{pl,pl.in,pm,pod}
;argv = --columns=120
[Test::Vars]
-select = **/*.{pl,pm,t}
+select = **/*.{pl,pl.in,pm,t}