Skip to content

Commit 039fff1

Browse files
authored
Merge pull request #35 from PcComponentes/feature/improved-code-standar
feat: DisallowOneLinePropertyDocComment removed
2 parents d78de04 + 3641856 commit 039fff1

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)