You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
We hit that quite often and it feels wrong quite often. Let's raise it to something higher - up to 60. Also let's try to get rid of the @Supress("LongMethod") code that doesn't need that anymore.
The default is 60:
https://github.com/arturbosch/detekt/blob/f98ccac9aa352805621dd6a19888bb472d776cef/detekt-rules/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/complexity/LongMethod.kt#L24
We somehow use 20:
https://github.com/mozilla-mobile/android-components/blob/master/config/detekt.yml#L91
We hit that quite often and it feels wrong quite often. Let's raise it to something higher - up to 60. Also let's try to get rid of the
@Supress("LongMethod")
code that doesn't need that anymore.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: