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
@@ -74,8 +74,8 @@ void google() {
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
76
+ line(WARNING, "one.top.level.class", TEST, "model/ExampleConcreteClass", 79, "Top-level class ExamplePackageClass has to reside in its own source file.")
77
-
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 58, "Overload methods should not be split. Previous overloaded method located at line '51'.")
78
-
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 69, "Overload methods should not be split. Previous overloaded method located at line '55'.")
77
+
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 58, "Overload methods should not be split. Previous overloaded method located at line '52'.")
78
+
+ line(WARNING, "overload.methods.declaration", MAIN, "config/BaseCollector", 69, "Overload methods should not be split. Previous overloaded method located at line '56'.")
79
79
+ line(WARNING, "overload.methods.declaration", MAIN, "model/SourceFileParser", 92, "Overload methods should not be split. Previous overloaded method located at line '67'.")
80
80
+ line(WARNING, "tag.continuation.indent", MAIN, "dependency/DependencyMap", 103, "Line continuation have incorrect indentation level, expected level should be 4."),
0 commit comments