| Commit message (Expand) | Author | Age | Files | Lines |
* | Make tidy check that opening and closing braces that begin a line do so with ... | coalman | 2017-04-18 | 2 | -0/+11 |
* | Allow using servo as dependency, by fixing Cargo.toml of servo-test-tidy. | 강동윤 | 2017-03-27 | 1 | -0/+3 |
* | added tidy check for -> () | lucantrop | 2017-03-13 | 2 | -1/+2 |
* | Fix Cargo.toml in servo_tidy_tests | UK992 | 2017-02-27 | 1 | -1/+4 |
* | Rewrite the ban-type lint in Python | Jefry Lagrange | 2017-02-25 | 3 | -0/+48 |
* | Add 'use statements with extraneous spaces' tidy check | vwvww | 2017-02-23 | 2 | -0/+3 |
* | Tidy: Report invalid listed ignored directories and files | UK992 | 2017-01-18 | 2 | -2/+8 |
* | Moved tidy's BLOCKED_PACKAGES to the config file | Matthias Devlamynck | 2017-01-14 | 1 | -0/+2 |
* | Rust tidy: disallow assignment = in the beginning of line | Jure Podgoršek | 2017-01-06 | 2 | -0/+4 |
* | Tidy: Check Cargo.lock for packages with same version and different sources | UK992 | 2016-12-26 | 2 | -7/+37 |
* | Add a tidy check for problematic match cases in script_thread.rs | Josh Matthews | 2016-12-16 | 2 | -0/+24 |
* | Auto merge of #14051 - birryree:tidy-check-buildbot-steps, r=aneeshusa | bors-servo | 2016-12-08 | 4 | -0/+31 |
|\ |
|
| * | Add tidy linting checks for buildbot_steps.yml | William Lee | 2016-12-08 | 4 | -0/+31 |
* | | Add tests for the new LintRunner | Ravi Shankar | 2016-11-11 | 7 | -0/+46 |
* | | Move file list iterator to a new module | Ravi Shankar | 2016-11-10 | 1 | -4/+3 |
|/ |
|
* | Check for JSON key non-duplication and order | Yuki Izumi | 2016-11-07 | 2 | -0/+13 |
* | Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanut | bors-servo | 2016-11-01 | 2 | -0/+22 |
|\ |
|
| * | Tests alphabetical ordering of #![feature(...)] | Rohit Burra | 2016-11-01 | 2 | -0/+22 |
* | | test-tidy: Check for space between function name and `(` | Daan Sprenkels | 2016-10-31 | 2 | -1/+4 |
|/ |
|
* | Auto merge of #13447 - gterzian:check_webidls_folder_files, r=Wafflespeanut | bors-servo | 2016-10-02 | 6 | -0/+12 |
|\ |
|
| * | tidy: checking directories for unexpected file extensions | Gregory | 2016-10-02 | 6 | -0/+12 |
* | | using word license in test name for consistency | Matt Schmoyer | 2016-10-01 | 1 | -1/+1 |
|/ |
|
* | Issue #13350 Report tidy error for space after ( | Hugo Thiessard | 2016-09-23 | 2 | -0/+11 |
* | Fix ordering `use` statements with braces | UK992 | 2016-09-09 | 1 | -0/+1 |
* | Tidy: Handle empty files | UK992 | 2016-08-29 | 2 | -0/+5 |
* | Check for license only in Cargo.toml | UK992 | 2016-08-25 | 2 | -1/+1 |
* | Some cleanups in tidy | Ravi Shankar | 2016-08-23 | 1 | -3/+3 |
* | Check for errors in tidy config file | UK992 | 2016-08-20 | 2 | -0/+20 |
* | Check for blank line after shebang and grab actual comment block instead of h... | UK992 | 2016-08-12 | 2 | -0/+9 |
* | Improve tidy's license validation logic | edunham | 2016-08-12 | 2 | -0/+9 |
* | Add lint for `[` instead of `[[` in shells scripts | Aneesh Agrawal | 2016-08-05 | 2 | -0/+6 |
* | Add lint to ensure substitutions use the full form | Aneesh Agrawal | 2016-08-05 | 2 | -0/+2 |
* | Add lint for backticks in shell scripts | Aneesh Agrawal | 2016-08-05 | 2 | -0/+3 |
* | Auto merge of #12295 - jimberlage:12158/shell-linting, r=aneeshusa | bors-servo | 2016-08-04 | 2 | -0/+13 |
|\ |
|
| * | Add linting for shell scripts | Jim Berlage | 2016-07-22 | 2 | -0/+13 |
* | | Auto merge of #12567 - servo:tidy-self-test-result, r=jdm | bors-servo | 2016-07-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Return failure if the tidy self-tests fail. | Ms2ger | 2016-07-23 | 1 | -1/+1 |
| |/ |
|
* / | Issue #12564: Fix "./mach test-tidy --self-test". | Simon Martin | 2016-07-23 | 1 | -3/+4 |
|/ |
|
* | [tidy] check for duplicate keys in .json files | Owen Coutts | 2016-07-08 | 2 | -0/+12 |
* | Auto merge of #12317 - tallowen:add-tidy-test, r=jdm | bors-servo | 2016-07-07 | 2 | -0/+9 |
|\ |
|
| * | [tidy] Add test for existing json functionality | Owen Coutts | 2016-07-07 | 2 | -0/+9 |
* | | Added a subdirectory with a file to test whether tidy command ignores files i... | Nikhil Shagrithaya | 2016-07-07 | 1 | -0/+0 |
|/ |
|
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 2 | -0/+7 |
* | Tidy test for ignoring attributes | Ravi Shankar | 2016-06-16 | 1 | -0/+1 |
* | Removed unused function and minor cleanup | Ravi Shankar | 2016-06-16 | 1 | -1/+1 |
* | Auto merge of #11621 - h4xr:mach_fix, r=Wafflespeanut | bors-servo | 2016-06-14 | 2 | -0/+10 |
|\ |
|
| * | Make mach consider ignored dirs | Saurabh Badhwar | 2016-06-15 | 2 | -0/+10 |
* | | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdm | bors-servo | 2016-06-05 | 2 | -1/+2 |
|\ \
| |/
|/| |
|
| * | add &Root<T> checker | mrmiywj | 2016-06-05 | 2 | -1/+2 |
* | | Warn about empty lines following an open brace. | Josh Matthews | 2016-05-27 | 1 | -0/+1 |