Skip to content

Commit

Permalink
### Whats added:
Browse files Browse the repository at this point in the history
 * Add 2 operator references
 * Corrected comment

### Issue(#1393)
  • Loading branch information
Arrgentum committed Jun 22, 2022
1 parent a02e91a commit 67b8a3d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,9 @@ class LineLength(configRules: List<RulesConfig>) : DiktatRule(
* This method stored all the nodes that have [BINARY_EXPRESSION] or [PREFIX_EXPRESSION] element type.
* - First elem in List - Logic Binary Expression (`&&`, `||`)
* - Second elem in List - Comparison Binary Expression (`>`, `<`, `==`, `>=`, `<=`, `!=`, `===`, `!==`)
* - Other types (Arithmetical and Bitwise operation) (`+`, `-`, `*`, `/`, `%`, `>>`, `<<`, `&`, `|`, `~`, `^`, `>>>`, `<<<`,`*=`, `+=`, `-=`, `/=`, `%=`, `++`, `--`, `in` `!in`, etc.)
* - Other types (Arithmetical and Bitwise operation) (`+`, `-`, `*`, `/`, `%`, `>>`, `<<`, `&`, `|`, `~`, `^`, `>>>`, `<<<`,
* `*=`, `+=`, `-=`, `/=`, `%=`, `++`, `--`, `in` `!in`, etc.)
*
* @return the list of node-to-offset pairs.
*/
@Suppress("TYPE_ALIAS")
Expand Down

0 comments on commit 67b8a3d

Please sign in to comment.