Skip to content

Commit

Permalink
Allow duplicate package testing literals
Browse files Browse the repository at this point in the history
  • Loading branch information
ferki committed Jul 29, 2023
1 parent c69004c commit 21a2852
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ private_name_regex = _(?!_)\w+
[Subroutines::ProtectPrivateSubs]
private_name_regex = _(?!_)\w+

[TooMuchCode::ProhibitDuplicateLiteral]
allowlist = 'vim' 1.0 'rex' 'libssh2-1' 'mc'

[-ValuesAndExpressions::ProhibitConstantPragma]

[-ValuesAndExpressions::ProhibitVersionStrings]
Expand Down

0 comments on commit 21a2852

Please sign in to comment.