diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-01-14 08:31:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-14 08:31:30 -0800 |
commit | 7eb811b837545c295506c25207c891126b6db0ff (patch) | |
tree | 40a65f245f3719b80e0f709d8e0ef0c4aa76b668 /python/tidy/servo_tidy_tests | |
parent | ed7c34a79a32815b1d44e1b8112d2bd28803420c (diff) | |
parent | a7a2efea5ca4b364b9cab49bbf83b43d9ae0678f (diff) | |
download | servo-7eb811b837545c295506c25207c891126b6db0ff.tar.gz servo-7eb811b837545c295506c25207c891126b6db0ff.zip |
Auto merge of #15023 - mdevlamynck:tidy-config, r=Wafflespeanut
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 -->
Diffstat (limited to 'python/tidy/servo_tidy_tests')
-rw-r--r-- | python/tidy/servo_tidy_tests/servo-tidy.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tidy/servo_tidy_tests/servo-tidy.toml b/python/tidy/servo_tidy_tests/servo-tidy.toml index 0aea4527b99..855ea554c72 100644 --- a/python/tidy/servo_tidy_tests/servo-tidy.toml +++ b/python/tidy/servo_tidy_tests/servo-tidy.toml @@ -5,6 +5,8 @@ skip-check-length = false skip-check-licenses = false wrong-key = false +[blocked-packages] + [wrong] wrong-key = true |