Skip to content

Commit

Permalink
Codesniffer: exclude final/abstract sniff
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Sep 13, 2022
1 parent d210e20 commit 4159fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong"/>
<exclude name="SlevomatCodingStandard.Functions.RequireMultiLineCall.RequiredMultiLineCall"/>
<exclude name="SlevomatCodingStandard.ControlStructures.RequireMultiLineTernaryOperator.MultiLineTernaryOperatorNotUsed"/>
<exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal"/>
</rule>

<!-- Specific rules -->
Expand Down

0 comments on commit 4159fad

Please sign in to comment.