aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests
Commit message (Expand)AuthorAgeFilesLines
* Fix ordering `use` statements with bracesUK9922016-09-091-0/+1
* Tidy: Handle empty filesUK9922016-08-292-0/+5
* Check for license only in Cargo.tomlUK9922016-08-252-1/+1
* Some cleanups in tidyRavi Shankar2016-08-231-3/+3
* Check for errors in tidy config fileUK9922016-08-202-0/+20
* Check for blank line after shebang and grab actual comment block instead of h...UK9922016-08-122-0/+9
* Improve tidy's license validation logicedunham2016-08-122-0/+9
* Add lint for `[` instead of `[[` in shells scriptsAneesh Agrawal2016-08-052-0/+6
* Add lint to ensure substitutions use the full formAneesh Agrawal2016-08-052-0/+2
* Add lint for backticks in shell scriptsAneesh Agrawal2016-08-052-0/+3
* Auto merge of #12295 - jimberlage:12158/shell-linting, r=aneeshusabors-servo2016-08-042-0/+13
|\
| * Add linting for shell scriptsJim Berlage2016-07-222-0/+13
* | Auto merge of #12567 - servo:tidy-self-test-result, r=jdmbors-servo2016-07-241-1/+1
|\ \
| * | Return failure if the tidy self-tests fail.Ms2ger2016-07-231-1/+1
| |/
* / Issue #12564: Fix "./mach test-tidy --self-test".Simon Martin2016-07-231-3/+4
|/
* [tidy] check for duplicate keys in .json filesOwen Coutts2016-07-082-0/+12
* Auto merge of #12317 - tallowen:add-tidy-test, r=jdmbors-servo2016-07-072-0/+9
|\
| * [tidy] Add test for existing json functionalityOwen Coutts2016-07-072-0/+9
* | Added a subdirectory with a file to test whether tidy command ignores files i...Nikhil Shagrithaya2016-07-071-0/+0
|/
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-042-0/+7
* Tidy test for ignoring attributesRavi Shankar2016-06-161-0/+1
* Removed unused function and minor cleanupRavi Shankar2016-06-161-1/+1
* Auto merge of #11621 - h4xr:mach_fix, r=Wafflespeanutbors-servo2016-06-142-0/+10
|\
| * Make mach consider ignored dirsSaurabh Badhwar2016-06-152-0/+10
* | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdmbors-servo2016-06-052-1/+2
|\ \ | |/ |/|
| * add &Root<T> checkermrmiywj2016-06-052-1/+2
* | Warn about empty lines following an open brace.Josh Matthews2016-05-271-0/+1
* | Report use statements that use {} with only one entryCullen Rhodes2016-05-272-0/+2
|/
* add tidy test for 'missing space after :' in stuctsaeischeid2016-05-112-0/+6
* Adding parameter to tidy for skipping print text when running testsaskeing2016-04-261-10/+10
* Test for tidy.check_lock function #9152Maciej Skrzypkowski2016-04-252-0/+33
* Auto merge of #10786 - zwn:tidy-modelines, r=Manishearthbors-servo2016-04-222-0/+13
|\
| * tidy check for vim and emacs modelines.Zbynek Winkler2016-04-212-0/+13
* | Report lines starting with &&.Zbynek Winkler2016-04-222-1/+5
* | Ensure that we aren't missing any errors in the tidy self-test.Josh Matthews2016-04-201-0/+13
|/
* Modified test_spec_link of test_tidy for packaged tidyaskeing2016-04-172-81/+4
* Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-171-0/+5
* Modified the servo_tidy_tests for both "./mach" and "make test"askeing2016-04-141-1/+3
* Package tidyaskeing2016-04-1411-0/+239