Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 34fd4af

Browse files
authored
Specify which categories are enabled by default
Closes rust-lang#3293
1 parent e03a06b commit 34fd4af

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ We have a bunch of lint categories to allow you to choose how much Clippy is sup
2424

2525
More to come, please [file an issue](https://github.com/rust-lang-nursery/rust-clippy/issues) if you have ideas!
2626

27+
Only the following of those categories are enabled by default:
28+
29+
* `clippy::style`
30+
* `clippy::correctness`
31+
* `clippy::complexity`
32+
* `clippy::perf`
33+
34+
Other categories need to be enabled in order for their lints to be executed.
35+
2736
Table of contents:
2837

2938
* [Usage instructions](#usage)

0 commit comments

Comments
 (0)