Remove commit hook (#2078)

This commit is contained in:
Nutomic 2022-02-01 00:20:31 +00:00 committed by GitHub
parent 7560e0ec8e
commit 2fa47aaef9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 24 deletions

View file

@ -1,9 +0,0 @@
#!/bin/bash
set -e
cargo +nightly fmt -- --check
cargo clippy --workspace --tests --all-targets --all-features -- \
-D warnings -D deprecated -D clippy::perf -D clippy::complexity -D clippy::dbg_macro
cargo clippy --workspace -- \
-D clippy::unwrap_used

7
Cargo.lock generated
View file

@ -585,12 +585,6 @@ dependencies = [
"serde_json",
]
[[package]]
name = "cargo-husky"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b02b629252fe8ef6460461409564e2c21d0c8e77e0944f3d189ff06c4e932ad"
[[package]]
name = "cc"
version = "1.0.72"
@ -2076,7 +2070,6 @@ dependencies = [
"actix-rt",
"actix-web",
"anyhow",
"cargo-husky",
"chrono",
"clokwerk",
"console-subscriber",

View file

@ -71,11 +71,3 @@ doku = "0.10.2"
opentelemetry = { version = "0.16", features = ["rt-tokio"] }
opentelemetry-otlp = "0.9"
tracing-opentelemetry = "0.16"
[dev-dependencies.cargo-husky]
version = "1.5.0"
default-features = false # Disable features which are enabled by default
features = ["user-hooks"]
[package.metadata.cargo-udeps.ignore]
development = ["cargo-husky"]