[doc] CommentSize: mention the behavior change of #4369 explicitly

This commit is contained in:
Andreas Dangel
2023-04-27 10:49:26 +02:00
parent bd13b3915c
commit 8c8ba41b20
3 changed files with 8 additions and 2 deletions

View File

@ -29,7 +29,7 @@ public class Foo {
]]></code>
</test-code>
<test-code>
<description>Line too long</description>
<description>#4369 Line too long</description>
<rule-property name="maxLineLength">5</rule-property>
<expected-problems>1</expected-problems>
<expected-linenumbers>5</expected-linenumbers>
@ -37,7 +37,7 @@ public class Foo {
//
/* 4
/* 12345
* 5 way too long
*/
public class Foo {