diff --git a/config/detekt/detekt.yml b/config/detekt/detekt.yml index 901df76e90b..f0c7387f390 100644 --- a/config/detekt/detekt.yml +++ b/config/detekt/detekt.yml @@ -77,6 +77,8 @@ formatting: active: true MaximumLineLength: active: false + NoSemicolons: + active: false # https://github.com/pinterest/ktlint/issues/1733 NullableTypeSpacing: active: true ParameterListSpacing: