servo/python/tidy
Jim Berlage 7952bd00b6 Add linting for shell scripts
This changes tidy to check shell scripts for the proper shebang and
options.  It does not check that variables are formatted correctly.  It
also adds a check for the MPL 2.0 license in shell scripts.
2016-07-22 11:53:14 -05:00
..
servo_tidy Add linting for shell scripts 2016-07-22 11:53:14 -05:00
servo_tidy_tests Add linting for shell scripts 2016-07-22 11:53:14 -05: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
```