File: tidyall.ini

package info (click to toggle)
libcode-tidyall-plugin-uniquelines-perl 0.000003-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 140 kB
  • sloc: perl: 22; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 626 bytes parent folder | download | duplicates (3)
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
[PerlTidy]
select = **/*.{pl,pm,t,psgi}
ignore = Code-TidyAll-Plugin-UniqueLines-*/**/*
ignore = blib/**/*
ignore = .build/**/*
ignore = cpanfile
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
argv = --profile=$ROOT/perltidyrc

;[PerlCritic]
;select = **/*.{pl,pm,t,psgi}
;ignore = t/00-*
;ignore = t/author-*
;ignore = t/release-*
;ignore = blib/**/*
;ignore = .build/**/*
;ignore = Code-TidyAll-Plugin-UniqueLines-*/**/*
;argv = --profile $ROOT/perlcriticrc --program-extensions .pl  --program-extensions .t --program-extensions .psgi

[SortLines::Naturally]
select = .gitignore

[UniqueLines]
select = .gitignore