-
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 KtLint 0.48.2 #1571
Migrate to KtLint 0.48.2 #1571
Conversation
### What's done: * Common code extracted in preparation to add more integration tests.
JUnit Tests (macOS, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 4m 38s ⏱️ -4s Results for commit 7ec85c4. ± Comparison against base commit 4a9b71f. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
JUnit Tests (Windows, EnricoMi/publish-unit-test-result-action@v2) 162 files ±0 162 suites ±0 10m 32s ⏱️ + 1m 45s Results for commit 7ec85c4. ± Comparison against base commit 4a9b71f. This pull request removes 3 and adds 3 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
### What's done: - updated `disabled_rules` - updated exclusion in gradle tasks It extracted from #1571 Co-authored-by: Andrey Shcheglov <[email protected]>
### What's done: - extracted to common place a common methods It extracted from #1571 Co-authored-by: Andrey Shcheglov <[email protected]>
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.
ktlint found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
…g ktLintRuleEngine
@0x6675636b796f75676974687562 please look at changes after merging parts to master |
Codecov Report
@@ Coverage Diff @@
## master #1571 +/- ##
============================================
+ Coverage 78.75% 78.94% +0.18%
+ Complexity 2320 2318 -2
============================================
Files 125 124 -1
Lines 8111 8106 -5
Branches 2047 2044 -3
============================================
+ Hits 6388 6399 +11
+ Misses 825 810 -15
+ Partials 898 897 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
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.
LGTM
Extracted:
Cherry-picked from #1570
It closes #1543