]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22029 - iKevinY:tidy-changes, r=brson
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 4 Mar 2015 10:15:53 +0000 (15:45 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 5 Mar 2015 07:07:48 +0000 (12:37 +0530)
commitd693ec17a502ee16689ff18f95d189870a727fb4
tree52c49aef71660714cd67ac89e6b7b4d2f60fa62e
parent68740b405404a3f885e388c8d31722797d519c30
parent956969162dd199682c16f40e9b124acc853e3992
Rollup merge of #22029 - iKevinY:tidy-changes, r=brson

 Currently, the list of files linted in `tidy.py` is unordered. It seems more appropriate for more frequently appearing files (like `.rs`) to appear at the top of the list and for \"other files\" to appear at the very end. This PR also changes the wildcard import of `check_license()` into an explicit one.

```
Before:                     After:
* linted 4 .sh files        * linted 5034 .rs files
* linted 4 .h files         * linted 29 .c files
* linted 29 .c files        * linted 28 .py files
* linted 2 .js files        * linted 4 .sh files
* linted 0 other files      * linted 4 .h files
* linted 28 .py files       * linted 2 .js files
* linted 5034 .rs files     * linted 0 other files
```

r? @brson