From d671d6500b2cbe583d7da0eab7f52917d8b50fc7 Mon Sep 17 00:00:00 2001 From: Fractal-Tess Date: Fri, 19 May 2023 04:12:42 +0300 Subject: [PATCH] do not error on local --- .husky/pre-commit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 4b5f593..b1050e6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,5 +5,4 @@ npx lint-staged cd src-tauri -cargo clippy --all --tests -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -D clippy::unwrap_used -cargo test --all \ No newline at end of file +cargo clippy -- -W clippy::nursery -W clippy::pedantic -A clippy::module-name-repetitions -W clippy::unwrap_used