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
* corrected logic fix and warn String Template in LineLength rule
* added logic fix and warn long Dot Qualified Expression and Safe Access Expression in LineLength rule
* added logic fix and warn Value Arguments List in LineLength rule
* added and corrected fix and warn tests in LineLength rule
* fix code with diktat:fix@diktat
* added comments to classes and functions
* correct code with running detect
### Issue (#1243)
Copy file name to clipboardExpand all lines: diktat-rules/src/test/resources/test/paragraph3/long_line/LongStringTemplateTest.kt
+2
Original file line number
Diff line number
Diff line change
@@ -38,4 +38,6 @@ class Foo() {
38
38
}
39
39
""".trimIndent()
40
40
}
41
+
42
+
val stringName ="This is long string template with binary expression. test should be up in level binary expression and cannot split in operation reference and should be split this long string template"+"this string should be after operated reference"
0 commit comments