-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add-scalafix #15
Add-scalafix #15
Conversation
38aae4d
to
71bd4ad
Compare
.github/workflows/ci.yml
Outdated
- run: sbt "test" | ||
- run: sbt "scalafix --check OrganizeImports" |
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.
Nitpick: quotes can be removed
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.
If I run it without the quotes locally it gives the error:
[error] No rules requested to run
[error] (Compile / scalafix) scalafix.sbt.ScalafixFailed: NoRulesError
[error] Total time: 1 s, completed 07 Dec 2023, 16:30:49
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 could remove the quotes in line 39.
But not for line 40.
No description provided.