aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Collapse)AuthorAgeFilesLines
* Adding parameter to tidy for skipping print text when running testsaskeing2016-04-261-2/+3
|
* Auto merge of #10786 - zwn:tidy-modelines, r=Manishearthbors-servo2016-04-221-1/+9
|\ | | | | | | | | | | | | | | | | | | | | | | | | tidy check for vim and emacs modelines See #10719. It skips *.webidl files for now since I am not sure where they come from and if they should be edited in tree or not. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10786) <!-- Reviewable:end -->
| * tidy check for vim and emacs modelines.Zbynek Winkler2016-04-211-1/+9
| | | | | | | | See https://github.com/servo/servo/issues/10719.
* | Report lines starting with &&.Zbynek Winkler2016-04-221-0/+1
| |
* | Add newline to the output.Zbynek Winkler2016-04-221-1/+2
| | | | | | | | | | The last line of output from tidy did not end with a newline if some errors were reported.
* | Applied a bunch of suggestions from Simon.Per Lundberg2016-04-211-3/+1
| |
* | Improve properties.mako.rs file structure, take 2Per Lundberg2016-04-211-0/+2
|/ | | | This is a new attempt of #10586, after Simon Sapin's great cleanups in #10749 has landed. I have adjusted the changes to the new structure that was introduced, and also only done a few of the longhand ones. Will certainly continue on this as soon as we have a basic agreement that this style is reasonable.
* Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-171-3/+4
|
* Check the "tests/wpt/web-platform-tests" folder before loading "tools.lint" ↵askeing2016-04-171-5/+6
| | | | module
* Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy checkaskeing2016-04-151-1/+1
| | | | - fix the issue of '$ ./mach test-tidy --no-progress'
* Create a Python package of TidyAskeing Yen (fyen)2016-04-131-0/+650