We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd27abf commit 3ce4828Copy full SHA for 3ce4828
ProjektMOTORCodingStandard/ruleset.xml
@@ -23,6 +23,7 @@
23
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
24
<!--<exclude name="*" />-->
25
26
+ <exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal" />
27
<exclude name="SlevomatCodingStandard.Files.FunctionLength.FunctionLength" />
28
<exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength" />
29
<exclude name="SlevomatCodingStandard.Functions.RequireTrailingCommaInCall.MissingTrailingComma" />
0 commit comments