Skip to content

Commit

Permalink
chore(linter): allow 'no warnings "once"' in .perlcriticrc
Browse files Browse the repository at this point in the history
- add TestingAndDebugging::ProhibitNoWarnings exception to .perlcriticrc
- allow 'once' category to be disabled
  • Loading branch information
scriptprivate authored Sep 17, 2024
1 parent d1c62f8 commit 6697cac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .perlcriticrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
severity = 3

[-TestingAndDebugging::RequireUseStrict]
[-TestingAndDebugging::RequireUseWarnings]
[-TestingAndDebugging::RequireUseWarnings]

[TestingAndDebugging::ProhibitNoWarnings]
allow = once

0 comments on commit 6697cac

Please sign in to comment.