aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy.py
Commit message (Collapse)AuthorAgeFilesLines
* 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