commit 8f28725: [Test] Enable Perl::Critic

Alexander Moisseev moiseev at mezonplus.ru
Tue Jun 25 10:14:03 UTC 2019


Author: Alexander Moisseev
Date: 2019-06-25 10:48:58 +0300
URL: https://github.com/rspamd/rspamd/commit/8f287254e031aac310368ccacf88b94e0f18f1c6 (refs/pull/2940/head)

[Test] Enable Perl::Critic

---
 .tidyallrc | 5 +++--
 1 file 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}


More information about the Commits mailing list