Skip to content

Commit

Permalink
Remove redundant rule config for rules enabled by default (#5257)
Browse files Browse the repository at this point in the history
  • Loading branch information
3flex committed Aug 30, 2022
1 parent 9a3b8ce commit da7daf6
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions config/detekt/detekt.yml
Expand Up @@ -69,30 +69,10 @@ formatting:
active: true
android: false
autoCorrect: true
AnnotationSpacing:
active: true
EnumEntryNameCase:
active: true
Filename:
active: false
MaximumLineLength:
active: false
MultiLineIfElse:
active: true
NoEmptyFirstLineInMethodBlock:
active: true
PackageName:
active: true
SpacingAroundAngleBrackets:
active: true
SpacingAroundDoubleColon:
active: true
SpacingAroundUnaryOperator:
active: true
SpacingBetweenDeclarationsWithAnnotations:
active: true
SpacingBetweenDeclarationsWithComments:
active: true

naming:
ClassNaming:
Expand Down

0 comments on commit da7daf6

Please sign in to comment.