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 d78de04 commit 3641856Copy full SHA for 3641856
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