servo/python/tidy
bors-servo 6f801e3f3f Auto merge of #10758 - jdm:tidy_check_completeness, r=Wafflespeanut
Ensure that we aren't missing any errors in the tidy self-test.

r? @Wafflespeanut

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10758)
<!-- Reviewable:end -->
2016-04-22 02:40:29 -07:00
..
servo_tidy Applied a bunch of suggestions from Simon. 2016-04-21 22:42:35 +03:00
servo_tidy_tests Ensure that we aren't missing any errors in the tidy self-test. 2016-04-20 13:29:39 -04:00
HISTORY.rst bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
Makefile bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
README.rst Create a Python package of Tidy 2016-04-13 16:07:04 -07:00
setup.py Allow another wording of apache2/MIT (used by gaol) 2016-04-19 11:11:50 -07:00

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
```