Skip to content

Commit

Permalink
Merge lint passes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarcho committed Aug 11, 2024
1 parent c7c8724 commit 8432190
Show file tree
Hide file tree
Showing 12 changed files with 791 additions and 514 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[alias]
uitest = "test --test compile-test"
uibless = "test --test compile-test -- -- --bless"
bless = "test -- -- --bless"
bless = "test --features internal -- -- --bless"
dev = "run --package clippy_dev --bin clippy_dev --manifest-path clippy_dev/Cargo.toml --"
lintcheck = "run --package lintcheck --bin lintcheck --manifest-path lintcheck/Cargo.toml -- "
collect-metadata = "test --test dogfood --features internal -- collect_metadata"
Expand Down
Loading

0 comments on commit 8432190

Please sign in to comment.