summaryrefslogtreecommitdiffstats
path: root/.tidyallrc
diff options
context:
space:
mode:
authorAlexander Moisseev <moiseev@mezonplus.ru>2019-06-25 10:48:58 +0300
committerAlexander Moisseev <moiseev@mezonplus.ru>2019-06-25 10:48:58 +0300
commit8f287254e031aac310368ccacf88b94e0f18f1c6 (patch)
treeb5a0ea041b513204621f2b7ef5ed9260df124c35 /.tidyallrc
parentec610e3d29d2ecb5bf6a1bc450f3d1dab4e84fb6 (diff)
downloadrspamd-8f287254e031aac310368ccacf88b94e0f18f1c6.tar.gz
rspamd-8f287254e031aac310368ccacf88b94e0f18f1c6.zip
[Test] Enable Perl::Critic
Diffstat (limited to '.tidyallrc')
-rw-r--r--.tidyallrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.tidyallrc b/.tidyallrc
index b90955938..b20ebafec 100644
--- a/.tidyallrc
+++ b/.tidyallrc
@@ -4,8 +4,9 @@
; Ignore third-party code
ignore = contrib/**/* doc/doxydown/doxydown.pl
-;[PerlCritic]
-;select = **/*.{pl,pl.in,pm,t}
+[PerlCritic]
+select = **/*.{pl,pl.in,pm,t}
+ignore = utils/{cgp_rspamd.pl,redirector.pl.in,classifier_test.pl}
[PerlTidy]
select = **/*.{pl,pl.in,pm,t}