-
-
Notifications
You must be signed in to change notification settings - Fork 798
Use @Configuration for rules-errorprone #3772
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
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3772 +/- ##
============================================
- Coverage 83.52% 83.51% -0.02%
+ Complexity 2915 2914 -1
============================================
Files 452 452
Lines 8765 8759 -6
Branches 1665 1665
============================================
- Hits 7321 7315 -6
Misses 542 542
Partials 902 902
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.
Please complete the description for LateInitUsage#excludeAnnotatedProperties
and convert the configuration in ImplicitUnitReturnType
detekt-rules-errorprone/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/bugs/LateinitUsage.kt
Outdated
Show resolved
Hide resolved
detekt-rules-errorprone/src/main/kotlin/io/gitlab/arturbosch/detekt/rules/bugs/LateinitUsage.kt
Show resolved
Hide resolved
Ooops, the @configuration appears above the |
This belongs to #3670 and replaces all configuration kdoc tags in detekt-rules-errorprone with annotation.