Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Dec 11, 2024
1 parent 6050e60 commit c74314d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion crates/biome_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ biome_deserialize = { workspace = true, optional = true }
biome_deserialize_macros = { workspace = true, optional = true }
biome_diagnostics = { workspace = true }
biome_parser = { workspace = true }
biome_project = { workspace = true }
biome_rowan = { workspace = true }
biome_suppression = { workspace = true }
enumflags2 = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/biome_service/src/file_handlers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,6 @@ impl<'a, 'b> LintVisitor<'a, 'b> {
.unwrap_or_default(),
);
}
dbg!(&self.disabled_rules);
(self.enabled_rules, self.disabled_rules)
}

Expand Down

0 comments on commit c74314d

Please sign in to comment.