forked from mirrors/gecko-dev
Source-Repo: https://github.com/servo/servo Source-Revision: eb7032f6dd5e8a1f8c0602666805d1d10cc84e65 --HG-- rename : servo/ports/servo/Cargo.lock => servo/Cargo.lock |
||
|---|---|---|
| .. | ||
| servo_tidy | ||
| servo_tidy_tests | ||
| HISTORY.rst | ||
| Makefile | ||
| README.rst | ||
| setup.py | ||
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 ```