-
Notifications
You must be signed in to change notification settings - Fork 306
Add initial tidy support #794
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
Conversation
kvark
left a comment
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.
Sweeeet
| # gradually. | ||
| directories = [ | ||
| # Generated and upstream code combined with our own. Could use cleanup | ||
| "./target", |
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.
why do we need to tidy up the generated code?
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.
The comment is indeed a little unclear, but this is a list of directories excluded from the tidy. We will gradually remove entries.
|
@bors-servo r+ |
|
📌 Commit b670e74 has been approved by |
|
🔒 Merge conflict |
|
☔ The latest upstream changes (presumably #765) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@mrobinson Needs a rebase. Also, the removal of replay/ dir has landed now - so we can remove that from the config file. |
Currently many directories are ignored, but we can add them as we tidy things up
|
@glennw Thanks for the review. |
|
@bors-servo r=glennw |
|
📌 Commit 4c389dc has been approved by |
Add initial tidy support Currently many directories are ignored, but we can add them as we tidy things up <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/794) <!-- Reviewable:end -->
|
☀️ Test successful - status-travis |
Currently many directories are ignored, but we can add them as we tidy
things up
This change is