-
Notifications
You must be signed in to change notification settings - Fork 144
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
Apply spotless on entire project #336
Conversation
Signed-off-by: John Mazanec <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #336 +/- ##
============================================
+ Coverage 83.81% 83.99% +0.17%
Complexity 900 900
============================================
Files 130 130
Lines 3844 3854 +10
Branches 360 353 -7
============================================
+ Hits 3222 3237 +15
+ Misses 459 457 -2
+ Partials 163 160 -3
Continue to review full report at Codecov.
|
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.
looks good, thx
Signed-off-by: John Mazanec <[email protected]>
1534b24
Applies spotless to all Java files in project. Signed-off-by: John Mazanec <[email protected]>
Signed-off-by: John Mazanec [email protected]
Description
Removed the ratchetFrom line in the gradle/formatting.gradle file and then ran
After this PR is merged, spotless will only fix issues in the code written in the PRs.
Issues Resolved
#332
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.