File: tidyall.ini

package info (click to toggle)
libcode-tidyall-perl 0.55~dfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 876 kB
  • ctags: 259
  • sloc: perl: 3,882; lisp: 47; makefile: 25
file content (39 lines) | stat: -rw-r--r-- 877 bytes parent folder | download | duplicates (2)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[PerlTidy]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PerlTidySweet]
argv = --pro=$ROOT/perltidyrc
except_modes = dzil
select = {bin,lib,t}/**/{tidyall,*.{pl,pm,t}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PodTidy]
select = {bin,lib}/**/{tidyall,*.{pl,pm,pod}}
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[PerlCritic]
select = lib/**/*.pm
argv = --profile $ROOT/perlcriticrc
except_modes = editor dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*

[SortLines]
select = .gitignore .ispell* **/.gitignore

[Perl::AlignMooseAttributes]
select = {bin,lib,t}/**/*.{pl,pm,t}
except_modes = dzil
ignore = t/00-report-prereqs.t
ignore = t/author-*
ignore = t/release-*