fune/servo/python/tidy/servo_tidy_tests
Aneesh Agrawal b707711b20 servo: Merge #12736 - Add more shell script lints (from aneeshusa:prohibit-backticks-in-shell-scripts); r=Wafflespeanut
<!-- Please describe your changes on the following line: -->

The "$(some_command arg1 arg2)" form is preferred to the
`some_command arg1 arg2` form because it nests unambiguously.
Add a lint for this to tidy.

---
<!-- 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
- [ ] These changes fix #__ (github issue number if applicable).

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

<!-- 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: aa900b91aa9417b6aa032b4eff878f2916c480f0
2016-08-06 21:57:31 -05: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
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
duplicated_package.lock servo: Merge #10775 - Test for tidy.check_lock function #9152 (from mskrzypkows:tidy_tests); r=Wafflespeanut 2016-04-25 00:19:33 -07:00
incorrect_license.rs servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
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
rust_tidy.rs servo: Merge #12243 - Add style check and test for else braces (from TravisDean:else-brace-check); r=ConnorGBrewster 2016-07-04 16:52:19 -07: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.toml servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
test_tidy.py 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
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