Skip to content

Commit

Permalink
🔧 Update commit hook path
Browse files Browse the repository at this point in the history
  • Loading branch information
TilBlechschmidt committed Nov 10, 2021
1 parent b4dc2cc commit 952c301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rusty-hook.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[hooks]
pre-commit = "cd core && cargo fmt --all && find src -name '*.rs' | xargs touch && cargo clippy --tests --all-targets --all-features -- -D warnings"
pre-commit = "cd core && cargo fmt --all && find */src -name '*.rs' | xargs touch && cargo clippy --tests --all-targets --all-features -- -D warnings"

[logging]
verbose = true

0 comments on commit 952c301

Please sign in to comment.