aboutsummaryrefslogtreecommitdiffstats
path: root/.tidyallrc
blob: 4e8f5f7bfd3bd3ce723d1df399f62fcc5d4dad45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
; 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}

[PerlTidy]
select = **/*.{pl,pl.in,pm,t}
argv = -l=120

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

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

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

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