-
Notifications
You must be signed in to change notification settings - Fork 89
Enables the unnecessary whitespace clean-up #3039
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
Enables the unnecessary whitespace clean-up #3039
Conversation
|
@laeubi my "first Tycho based clean-up". Can you do a quick sanity check? |
|
In general it looks fine, if you want to test it do:
|
|
Thanks @laeubi will do. Just for my understanding, once this is committed all our repos will start generating PR for this clean-up? Do we have a list of the repos in which the clean-ups are active? I don't think they autoactivate for all our repos, or do they? |
|
Currently activate repos are planned for next release
|
5aab33b to
4d4a04e
Compare
|
mvn -B -ntp -DskipTests=true -e tycho-cleancode:quickfix@quickfixes works fine locally. I only had to add -PbuildIndividualBundles to the command. Planning to merge it early next week unless someone speaks up. |
Please make sure to review (and probably merge) cleanup PRs as well as reporting any issues to jdt(ui). |
I think the topic from my remark from eclipse-platform/eclipse.platform#1868 (comment) respectively the following, should be decided before this particular change is submitted. |
|
|
Thanks for all the responses in eclipse-platform/eclipse.platform#1868. With the gathered information it's in my opinion fine to enable that clean-up. |
|
So we are good to go for this additional clean-up. Whoever feels like he has time to look at the auto-generated PRs can merge. I might also do it in the near future. |
|
Looks like @fedejeanne does not like unnecessary ws :-) |
Not one bit 😅 |
Fixes eclipse-platform/eclipse.platform#1868