Skip to content

Commit

Permalink
perlcritic: don't need to disable policies that aren't part of "core"
Browse files Browse the repository at this point in the history
  • Loading branch information
haarg committed Sep 8, 2024
1 parent 189431f commit 38e7c35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .perlcriticrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ verbose = 11
theme = core

[-ControlStructures::ProhibitPostfixControls]
[-Documentation::RequirePodLinksIncludeText]
[-Documentation::RequirePodSections]
[-InputOutput::ProhibitInteractiveTest]
[-Modules::RequireVersionVar]
Expand All @@ -14,7 +13,6 @@ theme = core
[-RegularExpressions::RequireLineBoundaryMatching]
[-Subroutines::ProhibitExplicitReturnUndef]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-ValuesAndExpressions::ProhibitAccessOfPrivateData]
[-Variables::ProhibitPunctuationVars]

[CodeLayout::RequireTrailingCommas]
Expand Down

0 comments on commit 38e7c35

Please sign in to comment.