-
Notifications
You must be signed in to change notification settings - Fork 39
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
Migrate to the new rule set API #1570
Migrate to the new rule set API #1570
Conversation
maybe migrate to the old rule set API? |
27f8482
to
bc24836
Compare
bc24836
to
c246dfd
Compare
diktat-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/util/TestUtils.kt
Fixed
Show fixed
Hide fixed
diktat-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/util/TestUtils.kt
Fixed
Show fixed
Hide fixed
diktat-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/util/TestUtils.kt
Fixed
Show fixed
Hide fixed
diktat-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/util/TestUtils.kt
Fixed
Show fixed
Hide fixed
diktat-test-framework/src/main/kotlin/org/cqfn/diktat/test/framework/util/TestUtils.kt
Fixed
Show fixed
Hide fixed
Codecov Report
@@ Coverage Diff @@
## feature/ktlint-wrapper #1570 +/- ##
=========================================================
Coverage ? 81.57%
Complexity ? 2318
=========================================================
Files ? 118
Lines ? 7946
Branches ? 2039
=========================================================
Hits ? 6482
Misses ? 544
Partials ? 920
Flags with carried forward coverage won't be shown. Click here to find out more. Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
c246dfd
to
113fbe5
Compare
What's done:
DiktatBaseMojo
).@Suppress("Deprecation")
annotations removed (except forDiktatBaseMojo
).RuleSetProvider
toRuleSetProviderV2
#1543.