summaryrefslogtreecommitdiff
path: root/lefthook.yml
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-14 20:52:55 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-14 20:52:55 +0300
commiteb0c5d947a2e2755fac4a9b34d9dee6c2987afbb (patch)
tree6c423fe456a3cee24e292ee24b609b08dc6704e4 /lefthook.yml
parent1c2873b3059f3e4d6bd02307ec5b22f761ce1c80 (diff)
feat: Add dockerfile and docker-compose
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