Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 2 | -0/+2 | |
|/ | ||||||
* | add tidy test for 'missing space after :' in stucts | aeischeid | 2016-05-11 | 2 | -0/+6 | |
| | ||||||
* | Adding parameter to tidy for skipping print text when running tests | askeing | 2016-04-26 | 1 | -10/+10 | |
| | ||||||
* | Test for tidy.check_lock function #9152 | Maciej Skrzypkowski | 2016-04-25 | 2 | -0/+33 | |
| | ||||||
* | Auto merge of #10786 - zwn:tidy-modelines, r=Manishearth | bors-servo | 2016-04-22 | 2 | -0/+13 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | 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 Winkler | 2016-04-21 | 2 | -0/+13 | |
| | | | | | | | | See https://github.com/servo/servo/issues/10719. | |||||
* | | Report lines starting with &&. | Zbynek Winkler | 2016-04-22 | 2 | -1/+5 | |
| | | ||||||
* | | Ensure that we aren't missing any errors in the tidy self-test. | Josh Matthews | 2016-04-20 | 1 | -0/+13 | |
|/ | ||||||
* | Modified test_spec_link of test_tidy for packaged tidy | askeing | 2016-04-17 | 2 | -81/+4 | |
| | ||||||
* | Test for check_spec function, for tidy.py #9152 | Maciej Skrzypkowski | 2016-04-17 | 1 | -0/+5 | |
| | ||||||
* | Modified the servo_tidy_tests for both "./mach" and "make test" | askeing | 2016-04-14 | 1 | -1/+3 | |
| | | | | - fix `cd python/tidy; make test` fail issue | |||||
* | Package tidy | askeing | 2016-04-14 | 11 | -0/+239 | |
- Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests |