-
-
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
Type resolution doc #2198
Type resolution doc #2198
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2198 +/- ##
=========================================
Coverage 81.17% 81.17%
Complexity 2059 2059
=========================================
Files 339 339
Lines 5891 5891
Branches 1073 1072 -1
=========================================
Hits 4782 4782
Misses 535 535
Partials 574 574
Continue to review full report at Codecov.
|
@@ -112,6 +112,15 @@ detekt { | |||
} | |||
``` | |||
|
|||
##### Using Type Resolution | |||
|
|||
```kotlin |
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.
groovy
I guess :)
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 add an introductory sentence that type resolution is experimental and works only for predefined detektMain
and detektTest
tasks or when implementing a custom detekt task with both classpath
and jvmTarget
proeprties present.
No description provided.