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 8f85f9d commit e3daa00Copy full SHA for e3daa00
crates/pglt_configuration/src/analyser/linter/rules.rs
@@ -2,7 +2,7 @@
2
3
use crate::analyser::{RuleConfiguration, RulePlainConfiguration};
4
use biome_deserialize_macros::Merge;
5
-use pglt_analyse::{RuleFilter, options::RuleOptions};
+use pglt_analyse::{options::RuleOptions, RuleFilter};
6
use pglt_diagnostics::{Category, Severity};
7
use rustc_hash::FxHashSet;
8
#[cfg(feature = "schema")]
0 commit comments