We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9421e31 commit 5ce6df1Copy full SHA for 5ce6df1
crates/pg_configuration/src/analyser/linter/rules.rs
@@ -46,7 +46,7 @@ impl std::str::FromStr for RuleGroup {
46
#[cfg_attr(feature = "schema", derive(JsonSchema))]
47
#[serde(rename_all = "camelCase", deny_unknown_fields)]
48
pub struct Rules {
49
- #[doc = r" It enables the lint rules recommended by PGLSP. `true` by default."]
+ #[doc = r" It enables the lint rules recommended by Biome. `true` by default."]
50
#[serde(skip_serializing_if = "Option::is_none")]
51
pub recommended: Option<bool>,
52
#[doc = r" It enables ALL rules. The rules that belong to `nursery` won't be enabled."]
0 commit comments