Skip to content

Commit

Permalink
Corrected the code for all comments in the pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrgentum committed May 16, 2022
1 parent 6944b42 commit 004e368
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ class LineLength(configRules: List<RulesConfig>) : DiktatRule(
}

/**
* This method stored all the nodes that have BINARY_EXPRESSION or PREFIX_EXPRESSION element type.
* Return List of the Pair <node, offset>
* First elem in List - Logic Binary Expression (&& ||)
* Second elem in List - Comparison Binary Expression (> < == >= <= !=)
Expand Down

0 comments on commit 004e368

Please sign in to comment.