-
Notifications
You must be signed in to change notification settings - Fork 95
ktlint plugin switch #932
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
ktlint plugin switch #932
Conversation
SpotBugs (new)
SpotBugs (master)
|
Codecov Report
@@ Coverage Diff @@
## master #932 +/- ##
==========================================
- Coverage 48.75% 48.73% -0.02%
==========================================
Files 171 171
Lines 6609 6611 +2
Branches 881 881
==========================================
Hits 3222 3222
- Misses 2919 2921 +2
Partials 468 468
|
|
Note to self: try Spotless instead. Seems to be widely used and may not need gradle 7.3 |
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Was copying into the wrong folder, also doesn't belong in the library subproject Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
bc657bc to
ba1a9f8
Compare
SpotBugs (new)
SpotBugs (master)
|
|
Spotless also can handle formatting for Markdown, Java, Groovy, XML, etc. We can later think about moving this to android-config and using it in all repos instead of individual formatting configurations |
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
SpotBugs (new)
SpotBugs (master)
|
|
@AlvaroBrey do you have an idea why codecov is so low? 36% compared to 48%? |
Coverage is still 48.73% (https://app.codecov.io/gh/nextcloud/android-library/compare/932?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=checks&utm_campaign=pr%20comments&utm_term=nextcloud) 36% is the coverage of the diff i.e. only the changes in this PR. Looks like we have it configured to fail if the diff coverage is lower than the project coverage, which makes sense. |
Fixes #929