Skip to content

Commit

Permalink
Disable UnnecessaryLet
Browse files Browse the repository at this point in the history
There is an error that needs troubleshooting that only affects this
rule. Disabling for now.
  • Loading branch information
3flex committed Nov 26, 2023
1 parent e80013f commit 10ada3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/detekt/detekt.yml
Expand Up @@ -252,7 +252,7 @@ style:
UnnecessaryFilter:
active: true
UnnecessaryLet:
active: true
active: false
UnnecessaryInnerClass:
active: true
ignoreAnnotated: ['Nested']
Expand Down

0 comments on commit 10ada3d

Please sign in to comment.