Skip to content

Commit

Permalink
Fix ImportDetection
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Jul 1, 2021
1 parent a85881b commit 9b6f8a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions PSR12NeutronRuleset/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
<exclude name="NeutronStandard.StrictTypes.RequireStrictTypes"/>

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

<!-- https://github.com/sirbrillig/phpcs-import-detection/issues/45 -->
<exclude name="ImportDetection.Imports.RequireImports"/>
</rule>
<!-- WordPress-Core opposite rules -->
<rule ref="Generic.Arrays.DisallowLongArraySyntax"/>
Expand Down

0 comments on commit 9b6f8a0

Please sign in to comment.