From ab5b7dd7c1d66f2fe187dce23a41b953b4081cfd Mon Sep 17 00:00:00 2001 From: Philipp Hansch Date: Sun, 7 Jan 2018 12:50:42 +0100 Subject: [PATCH] Add link to lints in README configuration section The wiki has been deprecated. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b2af3f782a..0a859d2e85a 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ blacklisted-names = ["toto", "tata", "titi"] cyclomatic-complexity-threshold = 30 ``` -See the wiki for more information about which lints can be configured and the +See the [list of lints](https://rust-lang-nursery.github.io/rust-clippy/master/index.html) for more information about which lints can be configured and the meaning of the variables. You can also specify the path to the configuration file with: @@ -162,7 +162,7 @@ You can also specify the path to the configuration file with: #![plugin(clippy(conf_file="path/to/clippy's/configuration"))] ``` -To deactivate the “for further information visit *wiki-link*” message you can +To deactivate the “for further information visit *lint-link*” message you can define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable. ### Allowing/denying lints