about summary refs log tree commit diff
path: root/clippy_lints/src/utils/conf.rs
AgeCommit message (Expand)AuthorLines
2017-11-18Ignore identifier 'OpenStreetMap' for DOC_MARKDOWN lintJohannes Hofmann-1/+1
2017-10-20Fixed some code in clippy to pass the new, removed formatting changes.Paul Florence-1/+1
2017-09-29Merge pull request #2084 from ykrivopalov/bit_mask_verbosity_thresholdOliver Schneider-0/+2
2017-09-27Clarify verbose_bit_mask_threshold descriptionYury Krivopalov-1/+1
2017-09-25Configuration option for VERBOSE_BIT_MASK thresholdYury Krivopalov-0/+2
2017-09-20avoid linting `ptr_arg` if `.capacity()` is called. Also suggest removing `.a...Andre Bogus-3/+6
2017-09-18Fix case in doc_valid_identsMartin Carton-1/+1
2017-09-18lints/doc_markdown: add two more entriesLuca Bruno-1/+1
2017-09-05Run nightly rustfmtOliver Schneider-13/+10
2017-08-14RustfmtOliver Schneider-11/+28
2017-05-12Run rustfmtOliver Schneider-2/+2
2017-05-09Forgot doc commentsOliver Schneider-0/+3
2017-05-09Update our config reading to serde 1.0Oliver Schneider-89/+59
2017-05-06Add KiB to doc-valid-identsNiklas Fiekas-1/+1
2017-04-25Add "MinGW" to doc-valid-identsTrevor Spiteri-0/+1
2017-03-03Add ECMAScript to default `doc-valid-idents`Sander Maijers-0/+1
2017-02-08doc-markdown: Allow LaTeX-related wordsNathan Musoke-0/+1
2017-01-30large_enum_variants lint suggests to box variants above a configurable limitOliver Schneider-0/+2
2016-12-21manually fix the overlong linesOliver Schneider-7/+22
2016-12-21remove nondeterminism by adjusting thresholdsOliver Schneider-1/+1
2016-12-20also run rustfmt on clippy-lintsOliver Schneider-18/+15
2016-11-23Rustup to *rustc 1.15.0-nightly (7b3eeea22 2016-11-21)*mcarton-11/+9
2016-11-11Recognize quux as a metasyntactic variableSébastien Santoro-1/+1
2016-10-25Search for `clippy.toml` recursivelymcarton-10/+44
2016-10-12doc_markdown: Added "iOS" and "macOS" to the doc-valid-idents listPatrick Horlebein-1/+1
2016-08-31Rustup to *1.13.0-nightly (eac41469d 2016-08-30)*mcarton-3/+3
2016-08-23Deny `missing_docs_in_private_items` in some modulesmcarton-1/+16
2016-08-17Add "DirectX" and "OpenGL" to `doc_valid_idents`mcarton-1/+1
2016-08-06Add a configurable threshold for enum variants before name lints trigger (fix...Georg Brandl-0/+2
2016-08-03added OAuth and TrueType to doc whitelistAndre Bogus-1/+1
2016-08-01lint on by ref patterns for referencesOliver Schneider-1/+1
2016-07-31Add `IPv4` and `IPv6` to the valid doc idents listmcarton-1/+1
2016-07-12Don't warn when boxing large arraysManish Goregaokar-0/+2
2016-07-06Add "JavaScript" to doc-valid-identsDavid Tolnay-1/+1
2016-06-16round 2Oliver Schneider-11/+11
2016-06-16round 1Oliver Schneider-14/+14
2016-06-10added GPLv{2,3} to doc-valid-identsAndre Bogus-1/+1
2016-06-09Whitelist Nan in `DOC_MARKDOWN`mcarton-1/+1
2016-05-27split clippy into lints, plugin and cargo-clippyOliver Schneider-0/+205