Oliver Schneider
|
90fc9c389f
|
split pub_enum_variant_names to new lint
|
2016-12-21 13:30:57 +01:00 |
|
Oliver Schneider
|
47eead5ada
|
function definition style simplification
|
2016-12-21 12:14:54 +01:00 |
|
Oliver Schneider
|
ed9d71f2c9
|
remove nondeterminism by adjusting thresholds
|
2016-12-21 10:25:14 +01:00 |
|
Oliver Schneider
|
4a4e1ea2c5
|
also run rustfmt on clippy-lints
|
2016-12-20 18:21:30 +01:00 |
|
mcarton
|
c35f82b823
|
Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*
|
2016-11-23 21:31:55 +01:00 |
|
Oliver Schneider
|
12a82b2007
|
also lint private modules for module_inception, as that is the main issue
|
2016-09-13 10:19:55 +02:00 |
|
Oliver Schneider
|
03fa974855
|
Let the submodule #[allow] in module_inception
|
2016-09-12 10:30:42 +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 |
|
Georg Brandl
|
fa0df69a97
|
Add a configurable threshold for enum variants before name lints trigger (fixes #1138)
|
2016-08-06 20:59:27 +02:00 |
|
mcarton
|
caa76e119b
|
Improve docs
|
2016-07-16 00:26:54 +02:00 |
|
Oliver 'ker' Schneider
|
e628e4d513
|
allow by default
|
2016-06-16 18:37:56 +02:00 |
|
Oliver Schneider
|
af98a7ce52
|
round 3
|
2016-06-16 12:20:05 +02:00 |
|
Oliver Schneider
|
7253ce73bb
|
only lint public stutter namings
|
2016-06-16 12:17:15 +02:00 |
|
Oliver Schneider
|
8356d2fb21
|
lint items whose name starts/ends with their enclosing module's name
|
2016-06-16 12:17:15 +02:00 |
|
Oliver Schneider
|
32894d503e
|
lint enum variants names that start or end with their enum's name
|
2016-06-16 12:17:15 +02:00 |
|
Oliver Schneider
|
5726216c9b
|
Skip for Chars doesn't help us b/c of the ExactSizeIterator bound
|
2016-06-16 12:17:15 +02:00 |
|
Oliver Schneider
|
bf227f4729
|
split clippy into lints, plugin and cargo-clippy
|
2016-05-27 13:03:58 +02:00 |
|