Skip to content

Commit

Permalink
[components] Fix Detekt LongParameterList>threshold option deprecated m…
Browse files Browse the repository at this point in the history
…ozilla-mobile/android-components#8644

UltraBlame original commit: f480d57538fc03edd6fd6a6f9583becfc560af2e
  • Loading branch information
marco-c committed Jun 5, 2024
1 parent 8a5219d commit 1cdd41e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mobile/android/android-components/config/detekt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ LongParameterList
active
:
true
threshold
constructorThreshold
:
6
functionThreshold
:
6
ignoreDefaultParameters
Expand Down

0 comments on commit 1cdd41e

Please sign in to comment.