Skip to content

Commit

Permalink
Merge pull request #2940 from moisseev/tidyall
Browse files Browse the repository at this point in the history
[Test] Enable Perl::Critic
  • Loading branch information
vstakhov committed Jun 25, 2019
2 parents ad5850d + 8f28725 commit d17bb4e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .tidyallrc
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d17bb4e

Please sign in to comment.