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 3ce4828 commit 828bdcdCopy full SHA for 828bdcd
ProjektMOTORCodingStandard/ruleset.xml
@@ -23,6 +23,8 @@
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.RequireAbstractOrFinal.ClassNeitherAbstractNorFinal" />
29
<exclude name="SlevomatCodingStandard.Files.FunctionLength.FunctionLength" />
30
<exclude name="SlevomatCodingStandard.Functions.FunctionLength.FunctionLength" />
0 commit comments