fune/servo/python/tidy/servo_tidy_tests
coalman 3fa74a14ad servo: Merge #16495 - Make tidy check that opening and closing braces that begin a line do … (from coalman:tidy-brace-alignment); r=emilio
…so with proper alignment.

---
<!-- 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 #16486 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 195100f3cac99b979e25157eb437e63bd3262e6f

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 1f340388b3b70f620cbfba6d216955d3ef23b7cb
2017-04-19 03:06:31 -05:00
..
dir_check servo: Merge #13447 - Have tidy ensure that the there are no extra files in the webidls folder #13427 (from gterzian:check_webidls_folder_files); r=Wafflespeanut 2016-10-02 12:00:36 -05:00
lints servo: Merge #14166 - Allow tidy to run custom project-specific lints (from Wafflespeanut:tidy); r=frewsxcv 2016-11-12 11:06:27 -06:00
test_ignored/whee servo: Merge #12313 - test-tidy command now ignores files in subdirectories of ignored dirs (from cynicaldevil:tidy-test); r=Wafflespeanut 2016-07-07 19:16:31 -07:00
__init__.py servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
apache2_license.rs servo: Merge #12781 - Improve tidy's license validation logic (from UK992:tidycheck-rebased); r=Wafflespeanut 2016-08-14 09:17:34 -05:00
ban-domrefcell.rs servo: Merge #15649 - Rewrite the ban-type lint in Python (from zimio:issue-15591-rewrite-ban-type-lint); r=Wafflespeanut 2017-02-26 09:35:12 -08:00
ban.rs servo: Merge #15649 - Rewrite the ban-type lint in Python (from zimio:issue-15591-rewrite-ban-type-lint); r=Wafflespeanut 2017-02-26 09:35:12 -08:00
Cargo.toml servo: Merge #16150 - Allow using servo as dependency, by fixing Cargo.toml of servo-test-t… (from kdy1997:master); r=jdm 2017-03-27 07:41:36 -07:00
duplicate_key.json servo: Merge #12318 - [tidy] prevent duplicate json keys (from tallowen:tidy-features); r=frewsxcv 2016-07-10 19:15:35 -07:00
duplicate_keys_buildbot_steps.yml servo: Merge #14051 - Adding linting checks for buildbot_steps.yml (from birryree:tidy-check-buildbot-steps); r=aneeshusa 2016-12-08 17:39:44 -08:00
duplicated_package.lock servo: Merge #14715 - Tidy: Check Cargo.lock for packages with same version and different sources (from UK992:tidy-check-lock); r=SimonSapin 2016-12-26 08:57:04 -08:00
empty_file.rs servo: Merge #13107 - Tidy: Handle empty files (from UK992:tidy); r=Wafflespeanut 2016-08-31 07:42:25 -05:00
incorrect_license.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
lib.rs servo: Merge #13986 - Make test-tidy check for alphabetical ordering of #![feature(...)] statements (from iamrohit7:tidy-feature-attrs); r=Wafflespeanut 2016-11-01 01:13:35 -05:00
long_line.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
malformed_json.json servo: Merge #12317 - [tidy] Test json parsing functionality (from tallowen:add-tidy-test); r=jdm 2016-07-07 20:12:38 -07:00
modeline.txt servo: Merge #10786 - tidy check for vim and emacs modelines (from zwn:tidy-modelines); r=Manishearth 2016-04-22 21:46:30 -07:00
non_list_mapping_buildbot_steps.yml servo: Merge #14051 - Adding linting checks for buildbot_steps.yml (from birryree:tidy-check-buildbot-steps); r=aneeshusa 2016-12-08 17:39:44 -08:00
non_string_list_buildbot_steps.yml servo: Merge #14051 - Adding linting checks for buildbot_steps.yml (from birryree:tidy-check-buildbot-steps); r=aneeshusa 2016-12-08 17:39:44 -08:00
rust_tidy.rs servo: Merge #16495 - Make tidy check that opening and closing braces that begin a line do … (from coalman:tidy-brace-alignment); r=emilio 2017-04-19 03:06:31 -05:00
script_thread.rs servo: Merge #14589 - Reduce calls into arbitrary code with the ScriptThread::documents borrow held (from servo:harden-script); r=jdm+Ms2ger 2016-12-16 08:53:27 -08:00
servo-tidy.toml servo: Merge #15035 - Tidy: Report invalid listed ignored directories and files (from UK992:tidy-validate-ignore); r=Wafflespeanut 2017-01-19 01:12:06 -08:00
shebang_license.py servo: Merge #12781 - Improve tidy's license validation logic (from UK992:tidycheck-rebased); r=Wafflespeanut 2016-08-14 09:17:34 -05:00
shell_tidy.sh servo: Merge #12736 - Add more shell script lints (from aneeshusa:prohibit-backticks-in-shell-scripts); r=Wafflespeanut 2016-08-06 21:57:31 -05:00
spec.webidl servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
speclink.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
test_tidy.py servo: Merge #16495 - Make tidy check that opening and closing braces that begin a line do … (from coalman:tidy-brace-alignment); r=emilio 2017-04-19 03:06:31 -05:00
unordered_key.json servo: Merge #14092 - Sort check on JSON (from kivikakk:sort-check); r=Wafflespeanut 2016-11-07 07:41:34 -06:00
whatwg_link.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
wrong_space.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01