Files
servo/python/tidy
Manish Goregaokar b60368d5d9 Tidy checks for stylo
2017-02-08 21:56:55 -08:00
..
2017-02-08 21:56:55 -08:00
2016-04-17 04:33:24 +09:00
2016-10-02 14:41:03 +08:00
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
```