aboutsummaryrefslogtreecommitdiffstats
path: root/.tidyallrc
blob: 272ba193610d9a9bfe809a67b960ad3b5f2b5bdc (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,pm,t}

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

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

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

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

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