Skip to content

Commit

Permalink
Adjusted Detekt ruleset (again).
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Oct 28, 2024
1 parent 6d2bece commit 9c0dca2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions parent-detekt/src/main/resources/detekt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ formatting:
active: true
FunctionReturnTypeSpacing:
active: true
FunctionSignature:
active: true
FunctionStartOfBodySpacing:
active: true
FunctionTypeReferenceSpacing:
Expand Down Expand Up @@ -217,6 +215,8 @@ style:
active: true
BracesOnWhenStatements:
active: true
singleLine: "necessary"
multiLine: "necessary"
CascadingCallWrapping:
active: true
ClassOrdering:
Expand Down Expand Up @@ -259,8 +259,6 @@ style:
active: true
SpacingBetweenPackageAndImports:
active: true
StringShouldBeRawString:
active: true
TrailingWhitespace:
active: true
UnderscoresInNumericLiterals:
Expand All @@ -281,8 +279,6 @@ style:
active: true
UnusedImports:
active: true
UnusedParameter:
active: true
UnusedPrivateProperty:
active: true
UseArrayLiteralsInAnnotations:
Expand Down

0 comments on commit 9c0dca2

Please sign in to comment.