Skip to content

Commit

Permalink
### Whats added:
Browse files Browse the repository at this point in the history
 * 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
 * corrected code and KDoc in method appendNewlineMergingWhiteSpace in AstNodeUtils.kt
 * fix code with diktat:fix@diktat
 * added comments to classes and functions
 * correct code with running detect

 ### Issue (#1243)
  • Loading branch information
Arrgentum committed May 31, 2022
1 parent 09812b6 commit a5e91dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ val E = This?.Is?.Veeeeryyyyyyy?.Loooooong?.Dot
?.Qualified?.Expression

val F = This!!.Is!!.Veeeeryyyyyyy!!.Loooooong!!
.Dot!!.Qualified!!.Expression
.Dot!!.Qualified!!.Expression

val G =
ThisIsVeryLonDotQualifiedExpressioWithoutDot.lalalala.lalalal
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ val E = This?.Is?.Veeeeryyyyyyy?.Loooooong?.Dot
?.Qualified?.Expression

val F = This!!.Is!!.Veeeeryyyyyyy!!.Loooooong!!
.Dot!!.Qualified!!.Expression
.Dot!!.Qualified!!.Expression

val G = ThisIsVeryLonDotQualifiedExpressioWithoutDot.lalalala.lalalal

0 comments on commit a5e91dc

Please sign in to comment.