Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e3daa00

Browse files
committedMar 9, 2025··
more fixes
1 parent 8f85f9d commit e3daa00

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)
Please sign in to comment.