Oliver Schneider
|
49f276ec6f
|
enable changing wrong_self_convention's lint level at the function level
|
2016-08-08 17:09:36 +02:00 |
|
Oliver Schneider
|
7e67f447ce
|
add suggestions to clone_on_copy
also:
* don't report clone_on_copy when reporting clone_on_double_ref
* don't suggest `((x))`
|
2016-08-08 16:43:45 +02:00 |
|
Georg Brandl
|
b91c1a509e
|
Make lint descriptions short and to the point; always fitting the column "triggers on".
|
2016-08-07 08:09:26 +02:00 |
|
Georg Brandl
|
3b5ff0f813
|
Make the lint docstrings more consistent.
|
2016-08-07 08:06:19 +02:00 |
|
Oliver Schneider
|
81c5757f44
|
lint on by ref patterns for references
|
2016-08-01 16:59:14 +02:00 |
|
mcarton
|
caa76e119b
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
mcarton
|
557baf253a
|
Format code for methods lints
|
2016-07-14 22:56:20 +02:00 |
|
mcarton
|
ea665c38f1
|
Fix FP with USELESS_VEC and non-copy types
|
2016-07-14 19:31:17 +02:00 |
|
mcarton
|
8aaaf198e3
|
Use utils::sugg in methods lints
|
2016-07-05 23:26:47 +02:00 |
|
mcarton
|
7778f314f2
|
Merge branch 'master' into sugg
|
2016-07-04 00:51:19 +02:00 |
|
Ben Boeckel
|
d35b94349c
|
typo: use commas around "e.g."
|
2016-07-02 07:59:20 -04:00 |
|
mcarton
|
a3c505551f
|
Cleanup
|
2016-07-01 17:12:48 +02:00 |
|
Oliver Schneider
|
799861d7e0
|
use span_lint_and_then instead of adding to the DiagnosticWrapper
|
2016-06-27 17:14:04 +02:00 |
|
Oliver Schneider
|
262148c946
|
update lint doc text
|
2016-06-22 13:03:59 +02:00 |
|
Oliver Schneider
|
5ccbf3d437
|
unify the lints
|
2016-06-22 10:44:46 +02:00 |
|
Oliver Schneider
|
415ddfb630
|
lint message nits
|
2016-06-21 14:41:16 +02:00 |
|
Oliver Schneider
|
8bfb31ee97
|
doc nits
|
2016-06-21 14:39:56 +02:00 |
|
Oliver Schneider
|
4e52852146
|
create a lint for each of the messages
|
2016-06-21 13:04:50 +02:00 |
|
Oliver Schneider
|
69c796e118
|
lint on filter(x).map(y) , filter(x).flat_map(y) , filter_map(x).flat_map(y)
|
2016-06-21 12:29:44 +02:00 |
|
Devon Hollowood
|
0e04153a70
|
Remove uneccessary, leftover comments in lint_iter_mut()
|
2016-06-16 14:51:16 -07:00 |
|
Devon Hollowood
|
cfa0c5782e
|
Extend iter_nth lint to work with iter_mut() and VecDeque
|
2016-06-16 14:46:29 -07:00 |
|
Oliver Schneider
|
4701f13551
|
round 1
|
2016-06-16 12:20:05 +02:00 |
|
Devon Hollowood
|
74025be59d
|
Make iter_nth work for Vec s too
|
2016-06-16 02:04:32 -07:00 |
|
Devon Hollowood
|
7764dc5ef4
|
Add slice_iter_nth lint
|
2016-06-16 01:36:11 -07:00 |
|
mcarton
|
90453fd893
|
Run rustfmt
Only partially apply suggestions.
|
2016-06-10 00:08:14 +02:00 |
|
mcarton
|
7bc7c675f2
|
Cleanup, use matches! some more
|
2016-06-05 20:46:42 +02:00 |
|
Oliver Schneider
|
bf227f4729
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|