diff options
| author | Wayne Warren <wayne.warren.s@gmail.com> | 2018-11-21 09:15:32 -0600 |
|---|---|---|
| committer | Wayne Warren <wayne.warren.s@gmail.com> | 2018-12-05 18:18:17 -0600 |
| commit | 1db535a88766136c1e2dae7255c3904003761063 (patch) | |
| tree | 55d7f42f8760b87c66337ab313df7f502789a7d2 | |
| parent | 72247d8e2e6e14fd428d2334b67298dc889340e4 (diff) | |
| download | rust-1db535a88766136c1e2dae7255c3904003761063.tar.gz rust-1db535a88766136c1e2dae7255c3904003761063.zip | |
Remove unnecessary documentation
| -rw-r--r-- | CONTRIBUTING.md | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7ee74448a09..bff456203db 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -168,18 +168,6 @@ Manually testing against an example file is useful if you have added some local modifications, run `env CLIPPY_TESTS=true cargo run --bin clippy-driver -- -L ./target/debug input.rs` from the working copy root. -### Linting Clippy with your local changes - -Clippy CI only passes if all lints defined in the version of the Clippy being -tested pass (that is, don’t report any suggestions). You can avoid prolonging -the CI feedback cycle for PRs you submit by running these lints yourself ahead -of time and addressing any issues found: - -``` -cargo build -`pwd`/target/debug/cargo-clippy clippy --all-targets --all-features -- -D clippy::all -D clippy::internal -D clippy::pedantic -``` - ### How Clippy works Clippy is a [rustc compiler plugin][compiler_plugin]. The main entry point is at [`src/lib.rs`][main_entry]. In there, the lint registration is delegated to the [`clippy_lints`][lint_crate] crate. |
