Skip to content

Commit

Permalink
Allow idiomatic Rex literals multiple times
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Aug 10, 2024
1 parent 35c9e1d commit d74be89
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ script_sections = USAGE | DESCRIPTION | REQUIRED ARGUMENTS | OPTIONS | DIAGNOSTI
[Subroutines::ProhibitUnusedPrivateSubroutines]
skip_when_using = Moo::Role

[-TooMuchCode::ProhibitDuplicateLiteral]
[TooMuchCode::ProhibitDuplicateLiteral]
allowlist = 'absent'

[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Test2::V0
Expand Down

0 comments on commit d74be89

Please sign in to comment.