Oliver Schneider
|
49e2570b77
|
don't lint at the use-site of bad struct field bindings if they're shorthand
fixes #899
|
2016-05-11 16:44:43 +02:00 |
|
Oliver Schneider
|
6edc6a13d4
|
needless borrows found in clippy
|
2016-05-09 13:07:55 +02:00 |
|
Oliver Schneider
|
ee35c3722a
|
similar_names should be allow-by-default
|
2016-05-02 10:53:09 +02:00 |
|
Oliver Schneider
|
10f468e679
|
don't lint similar_names inside #[test] functions
|
2016-05-02 10:52:55 +02:00 |
|
mcarton
|
a878916ad5
|
rustfmt all the things
|
2016-04-14 20:14:03 +02:00 |
|
Oliver Schneider
|
73ee3e6f36
|
whitelist more non-expressive-name false positives
|
2016-03-31 17:35:00 +02:00 |
|
Oliver Schneider
|
f03d93e05e
|
better whitelisting of "confusable" binding names
|
2016-03-30 17:05:15 +02:00 |
|
Oliver Schneider
|
d3362a2222
|
don't lint on binding names where only a numeric char changes to another numeric
|
2016-03-30 16:40:21 +02:00 |
|
Oliver Schneider
|
77652243ae
|
minor code readability improvements
|
2016-03-30 16:39:25 +02:00 |
|
Oliver Schneider
|
050d7fd308
|
fallout and tests
|
2016-03-29 10:45:18 +02:00 |
|
mcarton
|
941ec6e4f5
|
Beautify more docs
|
2016-03-28 21:24:36 +02:00 |
|
Oliver Schneider
|
9dc282e31d
|
improve needless_bool to catch odd construct in non_expressive_names
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
ea1c2406cc
|
make single char names threshold configurable
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
24cdb14d5a
|
refactor for speed
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
aa1ecb6fce
|
fix and rebase
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
077481053c
|
refactoring and bugfix
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
463897fd39
|
lint on too many single character bindings
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
5373ffdeb8
|
suggest inserting underscores for simple cases
|
2016-03-18 14:06:39 +01:00 |
|
Oliver Schneider
|
06ca1fc0a6
|
lint on binding-names that are too similar
|
2016-03-18 14:06:39 +01:00 |
|