summaryrefslogtreecommitdiff
path: root/lefthook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lefthook.yml')
-rw-r--r--lefthook.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lefthook.yml b/lefthook.yml
index 8899132..cabea2b 100644
--- a/lefthook.yml
+++ b/lefthook.yml
@@ -13,7 +13,7 @@ pre-commit:
fmt:
run: cargo fmt --all -- --check
stage_fixed: true
- # clippy:
- # run: cargo clippy --all-targets --all-features -- -D warnings
+ clippy:
+ run: cargo clippy --all-targets --all-features -- -D warnings
test:
run: cargo test --all \ No newline at end of file