-
-
Notifications
You must be signed in to change notification settings - Fork 200
[NDK] Properly apply code formatting #1081
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
Conversation
supervacuus
left a comment
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.
spotless 😅
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1081 +/- ##
==========================================
- Coverage 82.41% 82.32% -0.10%
==========================================
Files 53 53
Lines 7752 7752
Branches 1216 1216
==========================================
- Hits 6389 6382 -7
- Misses 1252 1257 +5
- Partials 111 113 +2
|
just one question: this only affects sentry-android major 7, right? For 8 sentry-android no longer cares how spotless the |
This change affects none of them, as So the main motivation is to make future changes within the |
I understand that, but was it a |
Ah I see, |
Unfortunately the spotless plugin wasn't applied correctly, so the Java/Kotlin code formatting was incorrect. This PR fixes the mentioned issues and provides a Makefile within the
ndkfolder, giving us an easy to usemake allcommand.#skip-changelog