Skip to content

Commit d09e029

Browse files
committed
uninstall rusty-hook
1 parent 697d8e2 commit d09e029

File tree

3 files changed

+10
-72
lines changed

3 files changed

+10
-72
lines changed

.rusty-hook.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
[hooks]
2-
pre-commit = "cargo test"
3-
pre-push = "cargo fmt -- --check"
2+
pre-commit = [
3+
"cargo fmt --all -- --check",
4+
"cargo test --lib",
5+
"cargo clippy --all-features -- -D warnings"
6+
]
7+
pre-push = [
8+
"cargo check",
9+
"cargo test"
10+
]
411

512
[logging]
613
verbose = true

Cargo.lock

Lines changed: 0 additions & 68 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ pingora-proxy = "0.6.0"
3131
pingora-core = "0.6.0"
3232
async-trait = "0.1.89"
3333
tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
34-
sfv = "0.14.0"
35-
rusty-hook = "0.11.2"
34+
sfv = "0.14.0"

0 commit comments

Comments
 (0)