Skip to content

Commit 53b7707

Browse files
authored
Merge pull request #2337 from phansch/update_readme
Add link to lints in README configuration section
2 parents 5815681 + ab5b7dd commit 53b7707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ blacklisted-names = ["toto", "tata", "titi"]
153153
cyclomatic-complexity-threshold = 30
154154
```
155155

156-
See the wiki for more information about which lints can be configured and the
156+
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
157157
meaning of the variables.
158158

159159
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:
162162
#![plugin(clippy(conf_file="path/to/clippy's/configuration"))]
163163
```
164164

165-
To deactivate the “for further information visit *wiki-link*” message you can
165+
To deactivate the “for further information visit *lint-link*” message you can
166166
define the `CLIPPY_DISABLE_DOCS_LINKS` environment variable.
167167

168168
### Allowing/denying lints

0 commit comments

Comments
 (0)