about summary refs log tree commit diff
path: root/clippy_lints/src/enum_variants.rs
AgeCommit message (Expand)AuthorLines
2017-08-14RustfmtOliver Schneider-16/+32
2017-04-01Remove unused cs parameter for is_macro and friendsEnrico Schmitz-1/+1
2017-03-30Fix falloutOliver Schneider-1/+1
2016-12-21split pub_enum_variant_names to new lintOliver Schneider-6/+32
2016-12-21function definition style simplificationOliver Schneider-1/+8
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-5/+7
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-4/+10
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-1/+1
2016-09-13also lint private modules for module_inception, as that is the main issueOliver Schneider-10/+14
2016-09-12Let the submodule `#[allow]` in `module_inception`Oliver Schneider-4/+31
2016-08-07Make lint descriptions short and to the point; always fitting the column "tri...Georg Brandl-4/+6
2016-08-07Make the lint docstrings more consistent.Georg Brandl-8/+9
2016-08-06Add a configurable threshold for enum variants before name lints trigger (fix...Georg Brandl-6/+13
2016-07-16Improve docsmcarton-4/+17
2016-06-16allow by defaultOliver 'ker' Schneider-3/+15
2016-06-16round 3Oliver Schneider-14/+12
2016-06-16only lint public stutter namingsOliver Schneider-12/+14
2016-06-16lint items whose name starts/ends with their enclosing module's nameOliver Schneider-54/+105
2016-06-16lint enum variants names that start or end with their enum's nameOliver Schneider-1/+16
2016-06-16`Skip` for `Chars` doesn't help us b/c of the `ExactSizeIterator` boundOliver Schneider-11/+0
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+104