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 828bdcd commit 7e588abCopy full SHA for 7e588ab
ProjektMOTORCodingStandard/ruleset.xml
@@ -23,8 +23,9 @@
23
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
24
<!--<exclude name="*" />-->
25
26
-
+
27
<exclude name="SlevomatCodingStandard.Exceptions.DisallowNonCapturingCatch.DisallowedNonCapturingCatch" />
28
+ <exclude name="SlevomatCodingStandard.Classes.DisallowConstructorPropertyPromotion.DisallowedConstructorPropertyPromotion" />
29
<exclude name="SlevomatCodingStandard.Classes.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal" />
30
<exclude name="SlevomatCodingStandard.Files.FunctionLength.FunctionLength" />
31
<exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength" />
0 commit comments