зеркало из https://github.com/mozilla/gecko-dev.git
7b66148fc2
- [ ] `./mach build -d` does not report any errors I had hard time trying to compile rust-mozjs on my ubuntu machine, and I gave up. As this pr does not touch any source code, I expect it to be work. - [x] `./mach test-tidy` does not report any errors ```sh Checking the config file... Checking directories for correct file extensions... tidy reported no errors. ``` - [x] These changes fix #16149 (github issue number if applicable). - [x] These changes do not require tests because it's trivial. Source-Repo: https://github.com/servo/servo Source-Revision: 9eb6bb78b0dc7ab0f79f7dc992764225c8dcac1d --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 508c2d811d8b111e4b33eaa17b3c8cf777beaaed |
||
---|---|---|
.. | ||
servo_tidy | ||
servo_tidy_tests | ||
HISTORY.rst | ||
Makefile | ||
README.rst | ||
setup.py |
README.rst
servo_tidy ========== Servo's code and license checker. Installation ++++++++++++ Install from PyPI: :: pip install servo-tidy or from git: :: 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