Skip to content

Commit

Permalink
Disable MultilineRawStringIdentation
Browse files Browse the repository at this point in the history
It conflicts with ktlint's Indentation rule, which unfortunately can't be
configured to disable just the part that conflicts with detekt's rule. It
seems best to rely on ktlint's behaviour and to disable the detekt rule.
  • Loading branch information
3flex committed Apr 22, 2023
1 parent 07dfa98 commit 4d7f387
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/detekt/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,6 @@ style:
active: true
excludes: ['**/test/**', '**/*Test.kt', '**/*Spec.kt']
excludeCommentStatements: true
MultilineRawStringIndentation:
active: true
NestedClassesVisibility:
active: true
ObjectLiteralToLambda:
Expand Down

0 comments on commit 4d7f387

Please sign in to comment.