Skip to content

Commit 4bec7df

Browse files
Update generate_configuration.rs
Co-authored-by: Julian Domke <68325451+juleswritescode@users.noreply.github.com>
1 parent 5b9ea24 commit 4bec7df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

xtask/codegen/src/generate_configuration.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ impl ToolConfig {
6565
fn category_prefix(&self) -> &'static str {
6666
match self.name {
6767
"linter" => "lint",
68-
"splinter" => "splinter",
69-
"assists" => "assists",
70-
"pglinter" => "pglinter",
7168
_ => self.name,
7269
}
7370
}

0 commit comments

Comments
 (0)