Skip to content

Commit

Permalink
Remove inaccurate statement about autocorrect capability (#6252)
Browse files Browse the repository at this point in the history
MaximumLineLength does not support autocorrect
  • Loading branch information
3flex committed Jul 8, 2023
1 parent 6fead25 commit 4411432
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ import io.gitlab.arturbosch.detekt.formatting.FormattingRule
* See [ktlint docs](https://pinterest.github.io/ktlint/rules/standard/#max-line-length) for documentation.
*
* This rules overlaps with [style>MaxLineLength](https://detekt.dev/style.html#maxlinelength)
* from the standard rules, make sure to enable just one or keep them aligned. The pro of this rule is that it can
* auto-correct the issue.
* from the standard rules, make sure to enable just one or keep them aligned.
*/
@ActiveByDefault(since = "1.0.0")
class MaximumLineLength(config: Config) : FormattingRule(config) {
Expand Down

0 comments on commit 4411432

Please sign in to comment.