gecko-dev/servo/python/tidy
aeischeid 0ca1c50fb0 servo: Merge #10713 - add tidy test for space after ":" in stucts (from aeischeid:master); r=jdm
Addresses issue #10702

the tidy self-test doesn't seem to catch the `member_name:"Foo"` line like it should. the regex follows similar pattern in the file and works in my regex tester tool, so not really sure what is going on there.

Source-Repo: https://github.com/servo/servo
Source-Revision: 8c2c0bd964bfbf1a2d7494bd8fbbdd263173ef7d
2016-05-11 16:27:37 -07:00
..
servo_tidy servo: Merge #10713 - add tidy test for space after ":" in stucts (from aeischeid:master); r=jdm 2016-05-11 16:27:37 -07:00
servo_tidy_tests servo: Merge #10713 - add tidy test for space after ":" in stucts (from aeischeid:master); r=jdm 2016-05-11 16:27:37 -07:00
HISTORY.rst servo: Merge #10653 - Cleanup tidy for external deps (from askeing:cleanup_tidy_for_external_deps); r=edunham 2016-04-19 01:52:01 +05:01
Makefile servo: Merge #10653 - Cleanup tidy for external deps (from askeing:cleanup_tidy_for_external_deps); r=edunham 2016-04-19 01:52:01 +05:01
README.rst servo: Merge #10590 - Package tidy (from edunham:package-tidy); r=larsbergstrom 2016-04-15 22:51:16 +05:01
setup.py servo: Merge #10715 - Allow another wording of apache2/MIT (used by gaol) (from edunham:tidy-licenses); r=larsbergstrom 2016-04-20 01:31:16 +05:01

servo_tidy
==========

Servo's code and license checker.

Install from PyPI (coming soon) or

```
pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy
```