Skip to content

Commit

Permalink
Update LineLength.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 authored Jun 30, 2022
1 parent 56a155e commit ccc0e0a
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ import java.net.URL

/**
* The rule checks for lines in the file that exceed the maximum length.
* Rule ignores URL in KDoc. Rule also can fix some cases.
* Rule can fix long binary expressions in condition inside `if` and in property declarations and one line functions
* Rule ignores URL in KDoc. This rule can also fix some particular corner cases.
* This inspection can fix long binary expressions in condition inside `if`,
* in property declarations and in single line functions.
*/
@Suppress("ForbiddenComment")
class LineLength(configRules: List<RulesConfig>) : DiktatRule(
Expand Down

0 comments on commit ccc0e0a

Please sign in to comment.