-
-
Notifications
You must be signed in to change notification settings - Fork 779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LongMethod: disregard params in method definition #2806
Conversation
detekt-rules/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/complexity/LongMethodSpec.kt
Outdated
Show resolved
Hide resolved
detekt-rules/src/test/kotlin/io/gitlab/arturbosch/detekt/rules/complexity/LongMethodSpec.kt
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2806 +/- ##
=========================================
Coverage 80.52% 80.53%
- Complexity 2323 2339 +16
=========================================
Files 386 387 +1
Lines 6957 6996 +39
Branches 1262 1271 +9
=========================================
+ Hits 5602 5634 +32
Misses 726 726
- Partials 629 636 +7
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx for awesome first contribution! Please see my comment below.
detekt-metrics/src/main/kotlin/io/github/detekt/metrics/LinesOfCode.kt
Outdated
Show resolved
Hide resolved
- revert changes in LinesOfCode.kt - still need to update nested methods
Fixes #2804