rspamd/.tidyallrc

23 line
515 B
Plaintext

2018-10-17 14:06:14 +02:00
; 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
2019-06-25 09:48:58 +02:00
[PerlCritic]
select = **/*.{pl,pl.in,pm,t}
ignore = utils/{cgp_rspamd.pl,redirector.pl.in,classifier_test.pl}
2018-10-17 14:06:14 +02:00
[PodChecker]
2018-10-17 18:30:26 +02:00
select = **/*.{pl,pl.in,pm,pod}
2018-10-17 14:06:14 +02:00
;[PodSpell]
2018-10-17 18:30:26 +02:00
;select = **/*.{pl,pl.in,pm,pod}
2018-10-17 14:06:14 +02:00
2018-10-18 11:34:08 +02:00
[PodTidy]
select = **/*.{pl,pl.in,pm,pod}
columns = 120
2018-10-17 14:06:14 +02:00
[Test::Vars]
2018-10-17 18:30:26 +02:00
select = **/*.{pl,pl.in,pm,t}