Skip to content

Commit c0aaaef

Browse files
committed
Require use warnings in Perl::Critic config.
1 parent a3917ff commit c0aaaef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.perlcriticrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ severity = 4
1818
[TestingAndDebugging::RequireUseStrict]
1919
equivalent_modules = Test::Routine Mojo::Base
2020

21+
[TestingAndDebugging::RequireUseWarnings]
22+
equivalent_modules = Test::Routine Mojo::Base
23+
2124
[ValuesAndExpressions::ProhibitEmptyQuotes]
2225
severity = 4
2326

0 commit comments

Comments
 (0)