From 9873cee940a4b84e9fd288994769b273170b7ddc Mon Sep 17 00:00:00 2001 From: Valentin Kiselev Date: Tue, 14 Jan 2025 19:40:13 +0300 Subject: [PATCH] chore: remove .lefthook.toml --- .lefthook.toml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .lefthook.toml diff --git a/.lefthook.toml b/.lefthook.toml deleted file mode 100644 index 6f56018d..00000000 --- a/.lefthook.toml +++ /dev/null @@ -1,22 +0,0 @@ -skip_lfs = true - -[pre-commit] -parallel = true - -[pre-commit.commands.lint] -run = "make lint" -glob = "*.go" -stage_fixed = true - -[pre-commit.commands.test] -run = "make test" -glob = "*.go" - -[pre-commit.commands.lychee] -glob = "*.md" -exclude = "CHANGELOG\\.md" -run = "lychee --max-concurrency 3 {staged_files}" - -[pre-commit.commands.typos] -run = "typos --write-changes {staged_files}" -stage_fixed = true