Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMove tidy's `BLOCKED_PACKAGES` list to its config #15014
Closed
Comments
|
Please make a comment here if you intend to work on this issue. Thank you! |
|
Hi, I'm interested in working on this, seems easy enough for a first contribution. |
|
Oh, please go ahead! :) |
bors-servo
added a commit
that referenced
this issue
Jan 14, 2017
Moved tidy's BLOCKED_PACKAGES to the config file <!-- Please describe your changes on the following line: --> Moved tidy.py's BLOCKED_PACKAGES to servo-tidy.toml. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #15014 (github issue number if applicable). <!-- Either: --> - [X] These changes do not require tests because this is a refactor and the existing tests have been adapted. <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/15023) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It was added in #14351, but it should be in
servo-tidy.tomlalong with the other configurable things.Code:
python/tidy/servo_tidy/tidy.py