-
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
Support baseline mode #1194
Support baseline mode #1194
Conversation
### What's done: * Support in gradle plugin * Describe in README.md
Codecov Report
@@ Coverage Diff @@
## master #1194 +/- ##
============================================
- Coverage 84.20% 84.07% -0.13%
Complexity 2514 2514
============================================
Files 103 103
Lines 7070 7089 +19
Branches 1911 1919 +8
============================================
+ Hits 5953 5960 +7
- Misses 333 339 +6
- Partials 784 790 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
### What's done: * Support in maven plugin
reporterImpl.onLintError(file.path, lintError, isCorrected) | ||
lintErrors.add(lintError) | ||
if (baselineErrors.none { | ||
// ktlint's BaselineReporter stores only these fields |
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.
### What's done: * Code style
…ure/baseline#1129
Could you please also update the link on our telegram group: https://t.me/diktat_help |
Yes, sure, fixed some other problems in our readme too |
What's done:
This pull request closes #1129