Philipp Hansch
|
fb830c53db
|
Some more documentation for clippy_dev
|
2018-10-15 20:47:19 +02:00 |
|
Philipp Hansch
|
7da97a94df
|
Use WalkDir to also gather from subdirectories
`fs::read_dir` does not recurse into subdirectories.
|
2018-10-15 20:44:22 +02:00 |
|
Oliver Scherer
|
b8654eaa6c
|
Stabilize tool lints
|
2018-10-11 12:16:22 +02:00 |
|
Philipp Hansch
|
759ceb9840
|
Use impl Iterator in arg position in clippy_dev
Small refactoring pulled out of work on #3266.
This should make the methods a bit more flexible.
|
2018-10-11 08:34:51 +02:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
Matthias Krüger
|
2a31937cc9
|
fix all clippy::use_self pedantic warnings found in the codebase.
cc #3172
|
2018-09-26 22:24:18 +02:00 |
|
Matthias Krüger
|
f2ecee3638
|
clippy_dev: port to edition 2018
|
2018-09-23 14:44:06 +02:00 |
|
flip1995
|
e28440d2e0
|
Change Hash{Map, Set} to FxHash{Map, Set}
|
2018-09-12 01:34:52 +02:00 |
|
Philipp Hansch
|
3bdc691a91
|
Pass by ref instead of value
|
2018-09-06 08:19:09 +02:00 |
|
Philipp Hansch
|
de36d42e80
|
More refactoring
|
2018-09-06 07:15:31 +02:00 |
|
Philipp Hansch
|
79bec036f8
|
Return impl Iterator instead of Vec<Lint>
This makes the API of `lib.rs` a bit more flexible.
|
2018-09-05 13:34:28 +02:00 |
|
Philipp Hansch
|
586ef4ed72
|
Refactor to use into_group_map from Itertools
|
2018-09-03 22:18:53 +02:00 |
|
Philipp Hansch
|
78d358b861
|
s/direntry/dir_entry
|
2018-09-03 22:18:53 +02:00 |
|
Philipp Hansch
|
70312430dd
|
Use insignificant whitespace mode for nice regex
|
2018-09-03 22:18:53 +02:00 |
|
Philipp Hansch
|
35f100b4f9
|
update_lints rewrite: Add structure and --print-only
|
2018-09-03 22:18:51 +02:00 |
|