| 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 | 1 | -0/+2 |
* | added tidy check for -> () | lucantrop | 2017-03-13 | 1 | -0/+1 |
* | Rewrite the ban-type lint in Python | Jefry Lagrange | 2017-02-25 | 1 | -0/+8 |
* | Add 'use statements with extraneous spaces' tidy check | vwvww | 2017-02-23 | 1 | -0/+2 |
* | Tidy: Report invalid listed ignored directories and files | UK992 | 2017-01-18 | 1 | -0/+2 |
* | Rust tidy: disallow assignment = in the beginning of line | Jure Podgoršek | 2017-01-06 | 1 | -0/+1 |
* | Tidy: Check Cargo.lock for packages with same version and different sources | UK992 | 2016-12-26 | 1 | -6/+10 |
* | Add a tidy check for problematic match cases in script_thread.rs | Josh Matthews | 2016-12-16 | 1 | -0/+6 |
* | Auto merge of #14051 - birryree:tidy-check-buildbot-steps, r=aneeshusa | bors-servo | 2016-12-08 | 1 | -0/+15 |
|\ |
|
| * | Add tidy linting checks for buildbot_steps.yml | William Lee | 2016-12-08 | 1 | -0/+15 |
* | | Add tests for the new LintRunner | Ravi Shankar | 2016-11-11 | 1 | -0/+23 |
* | | 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 | 1 | -0/+6 |
* | Auto merge of #13986 - iamrohit7:tidy-feature-attrs, r=Wafflespeanut | bors-servo | 2016-11-01 | 1 | -0/+8 |
|\ |
|
| * | Tests alphabetical ordering of #![feature(...)] | Rohit Burra | 2016-11-01 | 1 | -0/+8 |
* | | test-tidy: Check for space between function name and `(` | Daan Sprenkels | 2016-10-31 | 1 | -0/+1 |
|/ |
|
* | Auto merge of #13447 - gterzian:check_webidls_folder_files, r=Wafflespeanut | bors-servo | 2016-10-02 | 1 | -0/+12 |
|\ |
|
| * | tidy: checking directories for unexpected file extensions | Gregory | 2016-10-02 | 1 | -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 | 1 | -0/+3 |
* | Fix ordering `use` statements with braces | UK992 | 2016-09-09 | 1 | -0/+1 |
* | Tidy: Handle empty files | UK992 | 2016-08-29 | 1 | -0/+5 |
* | Check for license only in Cargo.toml | UK992 | 2016-08-25 | 1 | -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 | 1 | -0/+7 |
* | Check for blank line after shebang and grab actual comment block instead of h... | UK992 | 2016-08-12 | 1 | -0/+5 |
* | Improve tidy's license validation logic | edunham | 2016-08-12 | 1 | -0/+4 |
* | Add lint for `[` instead of `[[` in shells scripts | Aneesh Agrawal | 2016-08-05 | 1 | -0/+2 |
* | Add lint to ensure substitutions use the full form | Aneesh Agrawal | 2016-08-05 | 1 | -0/+1 |
* | Add lint for backticks in shell scripts | Aneesh Agrawal | 2016-08-05 | 1 | -0/+1 |
* | Auto merge of #12295 - jimberlage:12158/shell-linting, r=aneeshusa | bors-servo | 2016-08-04 | 1 | -0/+6 |
|\ |
|
| * | Add linting for shell scripts | Jim Berlage | 2016-07-22 | 1 | -0/+6 |
* | | 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 | 1 | -0/+5 |
* | [tidy] Add test for existing json functionality | Owen Coutts | 2016-07-07 | 1 | -0/+5 |
* | Add style check, test, and code fixes for an else brace check. | Travis Dean | 2016-07-04 | 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 | 1 | -0/+10 |
|\ |
|
| * | Make mach consider ignored dirs | Saurabh Badhwar | 2016-06-15 | 1 | -0/+10 |
* | | Auto merge of #11190 - mrmiywj:Root-tidy-checker, r=jdm | bors-servo | 2016-06-05 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | add &Root<T> checker | mrmiywj | 2016-06-05 | 1 | -0/+1 |
* | | Warn about empty lines following an open brace. | Josh Matthews | 2016-05-27 | 1 | -0/+1 |
* | | Report use statements that use {} with only one entry | Cullen Rhodes | 2016-05-27 | 1 | -0/+1 |
|/ |
|
* | add tidy test for 'missing space after :' in stucts | aeischeid | 2016-05-11 | 1 | -0/+2 |
* | 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 | 1 | -0/+12 |
* | Auto merge of #10786 - zwn:tidy-modelines, r=Manishearth | bors-servo | 2016-04-22 | 1 | -0/+8 |
|\ |
|
| * | tidy check for vim and emacs modelines. | Zbynek Winkler | 2016-04-21 | 1 | -0/+8 |