-
Notifications
You must be signed in to change notification settings - Fork 308
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
Use maven license plugin to ensure source has correct license #278
Conversation
``` | ||
$ mvn org.scalariform:scalariform-maven-plugin:format | ||
$ ./scripts/format-source |
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.
Does that have to be run manually, or is it still part of our build process?
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.
Both. We decided against being too magical/automatic. The pull request builder runs it with each pull request to make sure the developer ran it.
I'm concerned about how this will impact our performance; @massie have you benchmarked this change? |
All automated tests passed. |
@fnothaft I have a whole suite of tests written that you can expect in a follow-on pull request. The suite is too extensive and large to include here. |
@massie I eagerly await it. |
Use maven license plugin to ensure source has correct license
Thanks @massie! I look forward to the follow-on tests. |
We are going to spend the next two hundred years trying to recreate the inclusive test-suite Matt alluded to in the margins above. |
No description provided.