Skip to content

Commit

Permalink
Disable ktlint's NoSemicolons rule
Browse files Browse the repository at this point in the history
This can be enabled again when this defect is fixed:
pinterest/ktlint#1733
  • Loading branch information
3flex committed Dec 16, 2022
1 parent 31bbed8 commit ec02a82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/detekt/detekt.yml
Expand Up @@ -77,6 +77,8 @@ formatting:
active: true
MaximumLineLength:
active: false
NoSemicolons:
active: false # https://github.com/pinterest/ktlint/issues/1733
NullableTypeSpacing:
active: true
ParameterListSpacing:
Expand Down

0 comments on commit ec02a82

Please sign in to comment.