Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 40cedb0

Browse files
authored
Merge pull request #581 from nickolay/clippy_preference-docs
Clarify how clippy_preference works
2 parents 69107f6 + ed1b6fa commit 40cedb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@
335335
"off"
336336
],
337337
"default": "opt-in",
338-
"description": "Controls eagerness of clippy diagnostics when available. Valid values are (case-insensitive):\n - \"off\": Disable clippy lints.\n - \"opt-in\": Clippy lints are shown when crates specify `#![warn(clippy)]`.\n - \"on\": Clippy lints enabled for all crates in workspace.\nYou need to install clippy via rustup if you haven't already.",
338+
"description": "Controls eagerness of clippy diagnostics when available. Valid values are (case-insensitive):\n - \"off\": Disable clippy lints.\n - \"on\": Display the same diagnostics as command-line clippy invoked with no arguments (`clippy::all` unless overridden).\n - \"opt-in\": Only display the lints explicitly enabled in the code. Start by adding `#![warn(clippy::all)]` to the root of each crate you want linted.\nYou need to install clippy via rustup if you haven't already.",
339339
"scope": "resource"
340340
},
341341
"rust.jobs": {

0 commit comments

Comments
 (0)