Skip to content

Commit

Permalink
remove redundantl rules (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
IanDelMar authored Jun 29, 2024
1 parent c527f9e commit 1990ebc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions PSR12NeutronRuleset/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@
<exclude name="NeutronStandard.Constants.DisallowDefine"/>
<exclude name="NeutronStandard.StrictTypes.RequireStrictTypes"/>

<!-- Covered by forbidden functions rule -->
<exclude name="NeutronStandard.Extract.DisallowExtract"/>
<exclude name="Wordpress.PHP.DontExtract"/>

<exclude name="VariableAnalysis.CodeAnalysis.VariableAnalysis.UnusedVariable"/>

<!-- https://github.com/sirbrillig/phpcs-import-detection/issues/45 -->
Expand Down

0 comments on commit 1990ebc

Please sign in to comment.