-
-
Notifications
You must be signed in to change notification settings - Fork 793
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
Replace @since KDoc tag with @SinceDetekt #3582
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3582 +/- ##
=========================================
Coverage 77.52% 77.53%
- Complexity 2829 2831 +2
=========================================
Files 464 465 +1
Lines 8767 8784 +17
Branches 1713 1715 +2
=========================================
+ Hits 6797 6811 +14
Misses 1046 1046
- Partials 924 927 +3
Continue to review full report at Codecov.
|
Can I ask you to rebase @marschwar? |
What do you mean by stale? If the |
We had a couple of occurrences and we were not really using it (e.g. in 1.16.0 we enabled several rules but never really annotated those with I belive we should have an |
Ok. I'll close this one. |
This also belongs to #3562 and replaces the rarely used
@since
KDoc tag with a@SinceDetekt
annotation. Name and structure are "inspired by"@kotlin.SinceKotlin
.