aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #14051 - birryree:tidy-check-buildbot-steps, r=aneeshusabors-servo2016-12-081-4/+58
|\
| * Add tidy linting checks for buildbot_steps.ymlWilliam Lee2016-12-081-4/+58
* | Implement tidy commit message testSijmen Schoon2016-12-031-1/+19
* | Move to Cargo workspacesAnthony Ramine2016-11-281-0/+2
* | Support basic immutable CSSOMManish Goregaokar2016-11-151-1/+1
* | Isolate the WPT lint and make use of the LintRunnerRavi Shankar2016-11-111-27/+4
* | Add a generic LintRunner object for running custom lintsRavi Shankar2016-11-111-0/+49
* | Move file list iterator to a new moduleRavi Shankar2016-11-101-38/+50
|/
* Check for JSON key non-duplication and orderYuki Izumi2016-11-071-3/+18
* Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanutbors-servo2016-11-011-0/+25
|\
| * Alphabetical order for #![feature(...)] in lib.rsRohit Burra2016-11-011-0/+25
* | Auto merge of #13988 - dsprenkels:tidy-fncalls, r=Wafflespeanutbors-servo2016-10-311-0/+7
|\ \
| * | test-tidy: Check for space between function name and `(`Daan Sprenkels2016-10-311-0/+7
| |/
* / Reinstate the wpt lint checking.Ms2ger2016-10-311-6/+10
|/
* Update to use the new Android library build rules.Mátyás Mustoha2016-10-281-1/+1
* Don't check untracked file in tidyShing Lyu2016-10-281-4/+1
* add SVG2 draft link to WEBIDL_STANDARDS test-tidy listAlexandrov Sergey2016-10-071-0/+1
* Auto merge of #13447 - gterzian:check_webidls_folder_files, r=Wafflespeanutbors-servo2016-10-021-3/+30
|\
| * tidy: checking directories for unexpected file extensionsGregory2016-10-021-3/+30
* | Avoid unecessary loop evaluation on empty lines for tidy check_licenseMatt Schmoyer2016-10-011-2/+3
|/
* Replace instances of old ServiceWorker specification URL with new oneVignesh Sarma K (വിഘ്നേഷ് ശ൪മ കെ)2016-09-251-1/+0
* Issue #13350 Report tidy error for space after (Hugo Thiessard2016-09-231-0/+1
* Fix ordering `use` statements with bracesUK9922016-09-091-4/+7
* Tidy: Handle empty filesUK9922016-08-291-0/+3
* Check for license only in Cargo.tomlUK9922016-08-251-4/+3
* Some cleanups in tidyRavi Shankar2016-08-231-40/+31
* Check for errors in tidy config fileUK9922016-08-201-1/+49
* Tidy config fileUK9922016-08-201-55/+56
* Ignore TOML failing to parse Cargo.lock, due to a bugVladimir Vukicevic2016-08-171-2/+12
* Don't enforce line length in Cargo.toml filesVladimir Vukicevic2016-08-171-2/+3
* Auto merge of #12781 - UK992:tidycheck-rebased, r=Wafflespeanutbors-servo2016-08-141-12/+43
|\
| * Add support colored text in Windows ConsoleUK9922016-08-131-0/+3
| * Check for blank line after shebang and grab actual comment block instead of h...UK9922016-08-121-3/+13
| * Improve tidy's license validation logicedunham2016-08-121-12/+30
* | Update ordered-float.Ms2ger2016-08-111-1/+1
* | Issue #12421: tidy should also check .html filesSimon Martin2016-08-091-4/+9
* | Prefer length and percentage for word spacingRavi Shankar2016-08-091-1/+1
|/
* Add lint for `[` instead of `[[` in shells scriptsAneesh Agrawal2016-08-051-0/+3
* Add lint to ensure substitutions use the full formAneesh Agrawal2016-08-051-0/+7
* Add lint for backticks in shell scriptsAneesh Agrawal2016-08-051-10/+17
* Add linting for shell scriptsJim Berlage2016-07-221-3/+39
* Auto merge of #12511 - asajeffrey:test-tidy-dep-licenses, r=larsbergstrombors-servo2016-07-211-2/+26
|\
| * Added test-tidy for dependent licenses.Alan Jeffrey2016-07-211-2/+26
* | Add the append method for the Headers API for the Fetch APIJeena Lee2016-07-191-0/+1
|/
* Allow MIT/Apache-2.0 license as well as MPL-2.0.Alan Jeffrey2016-07-141-5/+6
* All our Cargo.toml files should contain an MPL-2.0 license field.Alan Jeffrey2016-07-141-0/+4
* [tidy] check for duplicate keys in .json filesOwen Coutts2016-07-081-1/+13
* tidy command now ignores files in subdirectories of ignored directoriesNikhil Shagrithaya2016-07-071-1/+1
* stylo: Move all binding-generator code to a python script.Emilio Cobos Álvarez2016-07-051-2/+0
* Add style check, test, and code fixes for an else brace check.Travis Dean2016-07-041-0/+1