aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix some overlong lines.Ms2ger2015-05-141-1/+1
|
* Suggest how to fix unstable WHATWG links in tidy.pyDuncan2015-05-051-6/+4
| | | | Fixes #5929
* Rename check_whitespace_url_len() -> check_by_line().Dhananjay Nakrani2015-04-211-2/+2
|
* Refactor tidy.py to reduce code duplication.Dhananjay Nakrani2015-04-211-29/+29
|
* Make tidy.py check for links to spec pages. [Issue#5730]Dhananjay Nakrani2015-04-211-1/+11
|
* Check license headers in ./testsSimon Sapin2015-04-081-2/+2
|
* auto merge of #5039 : psdh/servo/tidy, r=jdmbors-servo2015-03-311-1/+2
|\ | | | | | | Fixes #5034
| * Making tidy.py check ports/glutin and ports/gonkPrabhjyot Singh Sodhi2015-03-311-1/+2
| |
* | Organize reftest list alphabetically and make the tidy script check itGilles Leblanc2015-03-071-1/+36
|/ | | | | | | Reftest list check is checked using Python's default string comparison. Also added a notice in the tidy script when there are no errors. Fixes #5092
* Test gonk in tidyManish Goregaokar2015-02-231-1/+3
|
* Disallow lines that span more than 160 columns.Ms2ger2015-01-191-1/+8
| | | | | The Rust style guide suggests 100, but we have too many violations in the tree already. This check can be tightened over time.
* Update rustc to revision 2cfb5acb5a2751c759627377e602bac4f88f2d19.Ms2ger2015-01-081-0/+3
|
* Make tidy ingore new target dirManish Goregaokar2014-12-041-0/+1
|
* Use os.path.join instead of manually inserting slashes.Duncan Keall2014-09-101-1/+1
|
* Cleaned up python/licenseck.pyDuncan Keall2014-09-101-5/+7
| | | | | | - Moved logic into tidy.py - Removed explicit BSD license exceptions, they are already ignored by being inside the codegen directory.
* Refactor python/tidy.py to not use globals. Fixes #3242Duncan Keall2014-09-101-59/+62
|
* Cargoify servoJack Moffitt2014-09-081-0/+91