Skip to content

Commit

Permalink
Re-disable UnnecessaryAbstractClass (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski authored Aug 9, 2022
1 parent fd0645b commit 895bd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quality/src/main/resources/detekt-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ style:
acceptableLength: 4
allowNonStandardGrouping: false
UnnecessaryAbstractClass:
active: true
active: false
UnnecessaryAnnotationUseSiteTarget:
active: false
UnnecessaryApply:
Expand Down

0 comments on commit 895bd69

Please sign in to comment.