Skip to content

Commit 1e67ba8

Browse files
authored
Merge pull request #9 from ylavoie/xt-tests
xt-tests
2 parents 511e825 + 79eaf13 commit 1e67ba8

File tree

4 files changed

+23
-72
lines changed

4 files changed

+23
-72
lines changed

dist.ini

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ File::Find = 0
3030
File::Util = 0
3131
Perl::Critic = 0
3232
Test::Pod::Coverage = 0
33+
34+
[ExtraTests]
35+
[Test::Perl::Critic]
36+
critic_config = xt/perlcriticrc
37+
[PodCoverageTests]
38+
[PodSyntaxTests]

xt/01-critic.t

Lines changed: 0 additions & 46 deletions
This file was deleted.

xt/02-pod-coverage.t

Lines changed: 0 additions & 26 deletions
This file was deleted.

xt/perlcriticrc

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
1+
severity = 5
2+
theme =
3+
exclude = 'OTRS::'
4+
15
[Modules::ProhibitEvilModules]
26
modules = Carp::Always Data::Dumper
7+
8+
#--------------------------------------------------------------
9+
# I think these are really important, so always load them
10+
11+
[TestingAndDebugging::RequireUseStrict]
12+
severity = 5
13+
14+
[TestingAndDebugging::RequireUseWarnings]
15+
severity = 5
16+
17+
#--------------------------------------------------------------
18+
# For all other Policies, I accept the default severity,
19+
# so no additional configuration is required for them.

0 commit comments

Comments
 (0)