File tree 2 files changed +4
-4
lines changed
qulice-checkstyle/src/test
java/com/qulice/checkstyle
resources/com/qulice/checkstyle
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -197,10 +197,10 @@ public void reportsErrorWhenCommentOrJavadocIsTooLong() throws Exception {
197
197
results ,
198
198
Matchers .hasItems (
199
199
new ViolationMatcher (
200
- "Line is longer than 80 characters (found 82 )" , ""
200
+ "Line is longer than 100 characters (found 104 )" , ""
201
201
),
202
202
new ViolationMatcher (
203
- "Line is longer than 80 characters (found 85 )" , ""
203
+ "Line is longer than 100 characters (found 103 )" , ""
204
204
)
205
205
)
206
206
);
Original file line number Diff line number Diff line change 5
5
6
6
/**
7
7
* Very long lines.
8
- * @deprecated Very very very very very very very very very very very long reason.
8
+ * @deprecated Very very very very very very very very very very very long reason, extended line length .
9
9
*/
10
10
@ Deprecated
11
11
public class TooLongLines {
12
- // @deprecated is used here because of very very very very very very long reason.
12
+ // @deprecated is used here because of very very very very very very long reason, even longer line .
13
13
}
You can’t perform that action at this time.
0 commit comments