mirror of
https://github.com/servo/servo.git
synced 2025-06-09 09:03:23 +00:00
Raise max length error over 120 chars not at 120 chars. python/tidy.py This is a follow up of issue : Tidy has an off-by-one error #7686 It allows to raise the max length error when line is over than 120 not at 120 specifically. Thanks for looking into it. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7692) <!-- Reviewable:end --> |
||
---|---|---|
.. | ||
mach | ||
servo | ||
licenseck.py | ||
mach_bootstrap.py | ||
README.md | ||
requirements.txt | ||
tidy.py |
This directory contains various Python modules used to support servo development.
= mach =
The command dispatch framework used to wrap the build system and test harnesses.
= servo =
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.