File: tidyall.ini

package info (click to toggle)
libdatetime-timezone-perl 1%3A2.47-1%2B2023d
  • links: PTS, VCS
  • area: main
  • in suites: bullseye-updates
  • size: 97,508 kB
  • sloc: perl: 2,688; sh: 36; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 658 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
ignore = .build/**/*
ignore = DateTime-TimeZone-*/**/*
ignore = blib/**/*
ignore = lib/DateTime/TimeZone/Catalog.pm
ignore = lib/DateTime/TimeZone/{Africa,America,Antarctica,Asia,Atlantic,Australia,Europe,Indian,Pacific}/**/*
ignore = lib/DateTime/TimeZone/{CET,CST6CDT,EET,EST5EDT,EST,HST,MET,MST7MDT,MST,PST8PDT,WET}.pm
ignore = t/00-*
ignore = t/author-*
ignore = t/release-*
ignore = t/zd_*
ignore = t/zzz-*
ignore = xt/**/*

[PerlCritic]
select = **/*.{pl,pm,t,psgi}
argv = --profile=$ROOT/perlcriticrc

[PerlTidy]
select = **/*.{pl,pm,t,psgi}
argv = --profile=$ROOT/perltidyrc

[SortLines::Naturally]
select = .stopwords

[Test::Vars]
select = **/*.pm