servo/python/tidy
Jefry Lagrange ebcb15d6f2 Rewrite the ban-type lint in Python
Delete old rust ban lint and move tests to python tidy

Fix ban lint regex and fix test
2017-02-25 15:56:06 +01:00
..
servo_tidy Rewrite the ban-type lint in Python 2017-02-25 15:56:06 +01:00
servo_tidy_tests Rewrite the ban-type lint in Python 2017-02-25 15:56:06 +01:00
HISTORY.rst Improve tidy's license validation logic 2016-08-12 13:32:09 +02:00
Makefile bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
README.rst update docs with test command 2016-10-02 14:41:03 +08:00
setup.py bump Tidy version no 2016-08-29 15:43:45 -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
```

To run the tests
++++++++++++++++

```
./mach test-tidy --self-test
```