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 a985fe9 commit 4504d68Copy full SHA for 4504d68
crates/pglt_configuration/src/analyser/linter/rules.rs
@@ -54,7 +54,6 @@ pub struct Rules {
54
pub all: Option<bool>,
55
#[serde(skip_serializing_if = "Option::is_none")]
56
pub safety: Option<Safety>,
57
- #[serde(skip_serializing_if = "Option::is_none")]
58
}
59
impl Rules {
60
#[doc = r" Checks if the code coming from [pglt_diagnostics::Diagnostic] corresponds to a rule."]
0 commit comments