From 5a327e9ba5aaef4e0baa714e6eeca52e70060974 Mon Sep 17 00:00:00 2001 From: Joshua Rich Date: Thu, 17 Oct 2024 20:14:22 +1000 Subject: [PATCH] build(git): :wrench: remove golangci-lint from pre-commit config - remove golangci-lint pre-commit hook as there is no easy way to run the linter on staged files only. As such, this hook often just gets in the way of making commits with staged/unstaged files --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7af210d6..dc6fe727f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,6 @@ # https://opensource.org/licenses/MIT repos: - - repo: https://github.com/golangci/golangci-lint - rev: v1.60.3 - hooks: - - id: golangci-lint - repo: https://github.com/compilerla/conventional-pre-commit rev: v3.3.0 hooks: