Skip to content

Commit

Permalink
perlcritic: disable policy prohibiting no strict
Browse files Browse the repository at this point in the history
We require modules to use strict. Using no strict is already a signal
that we are doing something abnormal, and generally doesn't have any
alternatives. This would force disabling strict, then silencing the
critic rule about disabling strict. Needing a second signal for the same
thing is pointless.
  • Loading branch information
haarg committed Sep 8, 2024
1 parent 38e7c35 commit ce9b711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ theme = core
[-RegularExpressions::RequireExtendedFormatting]
[-RegularExpressions::RequireLineBoundaryMatching]
[-Subroutines::ProhibitExplicitReturnUndef]
[-TestingAndDebugging::ProhibitNoStrict]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-Variables::ProhibitPunctuationVars]

Expand Down

0 comments on commit ce9b711

Please sign in to comment.