mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 14:15:30 +00:00
132fb1d5fd
r? @Wafflespeanut Source-Repo: https://github.com/servo/servo Source-Revision: f4c6d0009209d83fdb66f8a7348065edf75a22ff |
||
---|---|---|
.. | ||
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 ```