]> git.lizzy.rs Git - rust.git/commitdiff
Specify which categories are enabled by default
authorsigustin <simon.gustin@student.uclouvain.be>
Fri, 12 Oct 2018 10:15:20 +0000 (12:15 +0200)
committerGitHub <noreply@github.com>
Fri, 12 Oct 2018 10:15:20 +0000 (12:15 +0200)
Closes #3293

README.md

index 14a5e56cdea5ce2256ea4351da077d257dd77036..cf3b3e1ffddf5a8d4922e886d1ce7e889dcf7cc1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -24,6 +24,15 @@ We have a bunch of lint categories to allow you to choose how much Clippy is sup
 
 More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
 
+Only the following of those categories are enabled by default:
+
+* `clippy::style`
+* `clippy::correctness`
+* `clippy::complexity`
+* `clippy::perf`
+
+Other categories need to be enabled in order for their lints to be executed.
+
 Table of contents:
 
 *   [Usage instructions](#usage)