зеркало из https://github.com/mozilla/gecko-dev.git
259dd1c3e6
This adds `./mach test-tidy --stylo`, which turns off the usage of git to search for files to check (fixes #14855), and also turns off the wpt lint, making it possible to run tidy in a stylo tree. r? @jdm @wafflespeanut cc @bzbarsky Source-Repo: https://github.com/servo/servo Source-Revision: 9eaf96b73716450caba5e85b9c5d3622242f2608 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 658439d5cc20927788ca419d42a82153d81d6a7e |
||
---|---|---|
.. | ||
servo | ||
tidy | ||
README.md | ||
mach_bootstrap.py | ||
requirements-salt.txt | ||
requirements.txt | ||
tox.ini |
README.md
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more.