Skip to content

Commit 3641856

Browse files
committed
feat: DisallowOneLinePropertyDocComment removed
1 parent d78de04 commit 3641856

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ruleset.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<exclude name="SlevomatCodingStandard.Classes.RequireSingleLineMethodSignature" />
1111
<exclude name="SlevomatCodingStandard.Classes.SuperfluousExceptionNaming" />
1212
<exclude name="SlevomatCodingStandard.Commenting.DisallowCommentAfterCode" />
13+
<exclude name="SlevomatCodingStandard.Commenting.DisallowOneLinePropertyDocComment.OneLinePropertyComment" />
1314
<exclude name="SlevomatCodingStandard.Complexity.Cognitive.ComplexityTooHigh" />
1415
<exclude name="SlevomatCodingStandard.ControlStructures.AssignmentInCondition" />
1516
<exclude name="SlevomatCodingStandard.ControlStructures.DisallowNullSafeObjectOperator.DisallowedNullSafeObjectOperator" />

0 commit comments

Comments
 (0)