Skip to content

Commit

Permalink
Disable SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNe…
Browse files Browse the repository at this point in the history
…itherAbstractNorFinal

...cause it breaks potentially forms (if extending each other) and entities (which maybe used as proxies by doctrine) and maybe some other stuff
  • Loading branch information
robertfausk authored Mar 29, 2022
1 parent fd27abf commit 3ce4828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ProjektMOTORCodingStandard/ruleset.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
<!--<exclude name="*" />-->

<exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal" />
<exclude name="SlevomatCodingStandard.Files.FunctionLength.FunctionLength" />
<exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength" />
<exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall.MissingTrailingComma" />
Expand Down

0 comments on commit 3ce4828

Please # to comment.