Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert tidy to a non-egg Python package | Martin Robinson | 2023-06-15 | 1 | -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 Matthews | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Do not raise StopIteration: PEP 479 | Kagami Sascha Rosylight | 2020-06-20 | 1 | -2/+4 |
| | |||||
* | Run test-tidy on Windows | Paul Rouget | 2019-11-21 | 1 | -1/+1 |
| | |||||
* | Improve print statement compatibility with Python3 | marmeladema | 2019-10-16 | 1 | -1/+3 |
| | |||||
* | Update web-platform-tests to revision be5419e845d39089ba6dc338c1bd0fa279108317 | Josh Matthews | 2018-01-09 | 1 | -1/+1 |
| | |||||
* | Update web-platform-tests to revision 58eb04cecbbec2e18531ab440225e38944a9c444 | Josh Matthews | 2017-04-22 | 1 | -1/+1 |
| | |||||
* | Tidy: Prefer monkey patching sys.path over addsitedir (and some cleanup) | Ravi Shankar | 2017-03-20 | 1 | -2/+4 |
| | |||||
* | Tidy checks for stylo | Manish Goregaokar | 2017-02-08 | 1 | -0/+2 |
| | |||||
* | Update web-platform-tests and CSS tests. | Ms2ger | 2017-02-06 | 1 | -1/+1 |
| | | | | | - Update CSS tests to revision e05bfd5e30ed662c2f8a353577003f8eed230180. - Update web-platform-tests to revision a052787dd5c069a340031011196b73affbd68cd9. | ||||
* | Isolate the WPT lint and make use of the LintRunner | Ravi Shankar | 2016-11-11 | 1 | -0/+37 |