Skip to content

Commit 36d2a48

Browse files
committed
more fixes
1 parent 063ee30 commit 36d2a48

File tree

1 file changed

+1
-1
lines changed
  • crates/pglt_configuration/src/analyser/linter

1 file changed

+1
-1
lines changed

crates/pglt_configuration/src/analyser/linter/rules.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
use crate::analyser::{RuleConfiguration, RulePlainConfiguration};
44
use biome_deserialize_macros::Merge;
5-
use pglt_analyse::{RuleFilter, options::RuleOptions};
5+
use pglt_analyse::{options::RuleOptions, RuleFilter};
66
use pglt_diagnostics::{Category, Severity};
77
use rustc_hash::FxHashSet;
88
#[cfg(feature = "schema")]

0 commit comments

Comments
 (0)