fune/servo/python/tidy/servo_tidy_tests
lucantrop 553f1c9c63 servo: Merge #15927 - added tidiness check for "-> ()" (from lucantrop:master); r=Ms2ger
<!-- Please describe your changes on the following line: -->
I added the check, modified the tests and removed all instances of "-> ()" that were already there.

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #15925 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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: a6f89c503671726bcb0407cd84c380f3af4a7916

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 825958bdb427ce2644ceac397d0a4fd38660acbc
2017-03-13 10:01:16 -07: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
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 #15753 - Fix Cargo.toml in servo_tidy_tests (from UK992:tidy); r=jdm 2017-02-27 08:56:30 -08: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
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
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
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 #15927 - added tidiness check for "-> ()" (from lucantrop:master); r=Ms2ger 2017-03-13 10:01:16 -07: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
speclink.rs
test_tidy.py servo: Merge #15927 - added tidiness check for "-> ()" (from lucantrop:master); r=Ms2ger 2017-03-13 10:01:16 -07: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
wrong_space.rs