aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/lints/wpt_lint.py
Commit message (Collapse)AuthorAgeFilesLines
* Convert tidy to a non-egg Python packageMartin Robinson2023-06-151-45/+0
| | | | | | | | | | | It seems that servo-tidy is only used by webrender in my GitHub searches. WebRender could simply use `rustfmt` and the tidy on pypi hasn't been updated since 2018. Converting tidy to a normal Python package removes the maintenance burden of continually fixing the easy install configuration. Fixes #29094. Fixes #29334.
* Keep WPT import path around while running lints.Josh Matthews2022-11-091-1/+1
|
* Do not raise StopIteration: PEP 479Kagami Sascha Rosylight2020-06-201-2/+4
|
* Run test-tidy on WindowsPaul Rouget2019-11-211-1/+1
|
* Improve print statement compatibility with Python3marmeladema2019-10-161-1/+3
|
* Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317Josh Matthews2018-01-091-1/+1
|
* Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444Josh Matthews2017-04-221-1/+1
|
* Tidy: Prefer monkey patching sys.path over addsitedir (and some cleanup)Ravi Shankar2017-03-201-2/+4
|
* Tidy checks for styloManish Goregaokar2017-02-081-0/+2
|
* Update web-platform-tests and CSS tests.Ms2ger2017-02-061-1/+1
| | | | | - Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9.
* Isolate the WPT lint and make use of the LintRunnerRavi Shankar2016-11-111-0/+37