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.
2 parents d78de04 + 3641856 commit 039fff1Copy full SHA for 039fff1
src/ruleset.xml
@@ -10,6 +10,7 @@
10
<exclude name="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature" />
11
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming" />
12
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode" />
13
+ <exclude name="SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment.OneLinePropertyComment" />
14
<exclude name="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
15
<exclude name="SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
16
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator" />
0 commit comments