Skip to content

Commit

Permalink
Merge pull request #7 from mathroc/patch-1
Browse files Browse the repository at this point in the history
Add the Namespaces.DisallowGroupUse rule
  • Loading branch information
BafS committed Jun 28, 2022
2 parents 527d3ec + 7c070eb commit c10f4c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Proton/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure"/>
<rule ref="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall" />
<rule ref="SlevomatCodingStandard.Exceptions.DeadCatch"/>
<rule ref="SlevomatCodingStandard.Namespaces.DisallowGroupUse"/>
<rule ref="SlevomatCodingStandard.Namespaces.UseSpacing"/>
<!-- <rule ref="SlevomatCodingStandard.Namespaces.UnusedUses"/>-->
<rule ref="SlevomatCodingStandard.Namespaces.UselessAlias"/>
Expand Down

0 comments on commit c10f4c4

Please sign in to comment.