summaryrefslogtreecommitdiffstats
path: root/.tidyallrc
blob: e948435d40afe59aa2c62824b60d03fb81341946 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; Run "tidyall -a" to process all files.
; Run "tidyall -g" to process all added or modified files in the current git working directory.

; Ignore third-party code
ignore = contrib/**/* doc/doxydown/doxydown.pl

[PerlCritic]
select = **/*.{pl,pl.in,pm,t}
ignore = utils/{cgp_rspamd.pl,redirector.pl.in,classifier_test.pl}

[PodChecker]
select = **/*.{pl,pl.in,pm,pod}

;[PodSpell]
;select = **/*.{pl,pl.in,pm,pod}

[PodTidy]
select = **/*.{pl,pl.in,pm,pod}
columns = 120

[Test::Vars]
select = **/*.{pl,pl.in,pm,t}