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 f10e5e5 commit 3a62efbCopy full SHA for 3a62efb
ProjektMOTORCodingStandard/ruleset.xml
@@ -22,6 +22,7 @@
22
<rule ref="vendor/slevomat/coding-standard/SlevomatCodingStandard/ruleset.xml"><!-- relative path to your ruleset.xml -->
23
<!-- keep it for debugging reasons to be able to list all rules vendor/bin/phpcs -e | grep SlevomatCodingStandard -->
24
<!--<exclude name="*" />-->
25
+ <exclude name="SlevomatCodingStandard.Files.LineLength.LineTooLong" />
26
<exclude name="SlevomatCodingStandard.Classes.DisallowLateStaticBindingForConstants.DisallowedLateStaticBindingForConstant" />
27
<exclude name="SlevomatCodingStandard.Classes.SuperfluousAbstractClassNaming.SuperfluousPrefix" />
28
<exclude name="SlevomatCodingStandard.Classes.SuperfluousTraitNaming" />
0 commit comments