Skip to content

Commit ca102f8

Browse files
author
Joe Grund
committed
Crusty Hooks
Signed-off-by: Joe Grund <jgrund@whamcloud.io>
1 parent 5f24c11 commit ca102f8

23 files changed

Lines changed: 1243 additions & 622 deletions

.crusty-hooks.toml

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

.rusty-hooks.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)