Skip to content

Commit 5f69a1d

Browse files
committed
regen
1 parent cd220d8 commit 5f69a1d

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)