-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Change @autocorrect
from tag to annotation
#3820
Conversation
Codecov Report
@@ Coverage Diff @@
## main #3820 +/- ##
============================================
- Coverage 83.58% 83.47% -0.11%
- Complexity 3055 3104 +49
============================================
Files 456 456
Lines 8916 8936 +20
Branches 1752 1751 -1
============================================
+ Hits 7452 7459 +7
- Misses 541 559 +18
+ Partials 923 918 -5
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.
Can you please do a quick search whether autocorrectable
is used in any of the doc pages?
detekt-api/src/main/kotlin/io/gitlab/arturbosch/detekt/api/internal/AutoCorrectable.kt
Outdated
Show resolved
Hide resolved
detekt-api/src/main/kotlin/io/gitlab/arturbosch/detekt/api/internal/AutoCorrectable.kt
Outdated
Show resolved
Hide resolved
…ernal/AutoCorrectable.kt Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>
…ernal/AutoCorrectable.kt Co-authored-by: M Schalk <30376729+schalkms@users.noreply.github.com>
|
Continuing #3562, this PR moves
@autocorrect
from tag to a Kotlin annotation class.Note: This PR is not intend for improving the functionality, such as displaying the autocorrectable status, along with the since field, in our docs.