-
Notifications
You must be signed in to change notification settings - Fork 27
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
CI: Add linter check for scala #199
Conversation
Hi @EnricoMi! Hope you are doing good. Can you please take another look at this PR, as changes have been made as requested |
How can we run scalafmt from command line / mvn so that developer can auto-format the code? |
We can make scalafmt part of
No need to add this specifically to CI then. |
locally from CLI you can run |
How would you like to proceed with this PR? Should I adopt this PR and use |
That's ok from my side, @pavlovic-ivan your thoughts? |
I am good with suggested as well |
All merged. |
Thank you @EnricoMi! will close this PR as issue is resolved with PR mentioned |
The goal of this PR is to enable CI to have linter enabled and basic rules defined in
.github/workflows/linter.yml