-
Notifications
You must be signed in to change notification settings - Fork 14
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
[core]: fix spotless linter #561
Conversation
Jaguar0625
commented
Sep 5, 2024
cb4c47c
to
24b08a9
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #561 +/- ##
=========================================
Coverage 93.54% 93.54%
Complexity 6059 6059
=========================================
Files 718 718
Lines 17312 17312
Branches 1304 1304
=========================================
Hits 16195 16195
Misses 864 864
Partials 253 253
Flags with carried forward coverage won't be shown. Click here to find out more.
|
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.
👍🏾
/** | ||
* A Matrix implementation that uses CompRowMatrix from MTJ. | ||
*/ | ||
/** A Matrix implementation that uses CompRowMatrix from MTJ. */ |
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.
Should we keep the docs as before?
/**
* A Matrix implementation that uses CompRowMatrix from MTJ.
*/
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.
i couldn't find a flag to tell spotless to prefer the multiline version
|
||
/** | ||
* Class for for retrieving mosaic supplies. | ||
*/ |
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.
I guess spotless needs to be run on the new files? so it should be a single line.
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.
this PR currently only has changes for core, but if rules look ok, i'll update it for the other projects as well
problem: spotless is not running solution: update spotless configuration add fixing of imports
24b08a9
to
cb5beae
Compare
Close and replace with #576 |