Merge pull request #2570 from CYBAI/update-readme

Update configuration for leading dot filename
This commit is contained in:
Oliver Schneider 2018-03-25 23:11:12 +02:00 committed by GitHub
commit 2dedbdc858
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,7 +146,7 @@ if let Some(y) = x { println!("{:?}", y) }
## Configuration
Some lints can be configured in a `clippy.toml` file. It contains basic `variable = value` mapping eg.
Some lints can be configured in a TOML file named with `clippy.toml` or `.clippy.toml`. It contains basic `variable = value` mapping eg.
```toml
blacklisted-names = ["toto", "tata", "titi"]