You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code-assert/src/test/java/guru/nidi/codeassert/checkstyle/CheckstyleTest.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,8 @@ void google() {
73
73
+ line(WARNING, "abbreviation.as.word", MAIN, "pmd/PmdRulesets", 165, "Abbreviation in name 'serialVersionUID' must contain no more than '1' capital letters.")
74
74
+ line(WARNING, "abbreviation.as.word", MAIN, "pmd/PmdRulesets", 210, "Abbreviation in name 'serialVersionUID' must contain no more than '1' capital letters.")
75
75
+ line(WARNING, "empty.line.separator", TEST, "io/ModelVisualizerTest", 59, "',' should be separated from previous statement.")
76
-
+ line(WARNING, "indentation.error", MAIN, "model/InternalTypeInPublicApiMatcher", 48, "'lambda arguments' have incorrect indentation level 32, expected level should be 28.")
77
-
+ line(WARNING, "indentation.error", MAIN, "model/InternalTypeInPublicApiMatcher", 50, "'lambda arguments' have incorrect indentation level 32, expected level should be 28.")
76
+
+ line(WARNING, "indentation.error", MAIN, "model/InternalTypeInPublicApiMatcher", 45, "'lambda arguments' have incorrect indentation level 32, expected level should be 28.")
77
+
+ line(WARNING, "indentation.error", MAIN, "model/InternalTypeInPublicApiMatcher", 47, "'lambda arguments' have incorrect indentation level 32, expected level should be 28.")
78
78
+ line(WARNING, "one.top.level.class", TEST, "model/ExampleConcreteClass", 79, "Top-level class ExamplePackageClass has to reside in its own source file.")
79
79
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 58, "Overload methods should not be split. Previous overloaded method located at line '52'.")
80
80
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 69, "Overload methods should not be split. Previous overloaded method located at line '56'.")
0 commit comments