From da0fa3f16888acdb8e9f1838321a7ed817fdd85a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Wed, 27 Mar 2024 23:07:11 +0100 Subject: [PATCH] Revert "ci: run go checks in pre-commit.ci" This reverts commit 0ce2055c51498ef9b9ebe6e1822fbc7720f385d4. --- .pre-commit-config.yaml | 3 +++ Makefile | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df48a91..4135fb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,3 +1,6 @@ +ci: + skip: [golangci-lint-full] + repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 diff --git a/Makefile b/Makefile index 22c7c6e..efe0bd3 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,4 @@ lint: .PHONY: test test: - go mod download go test -race -v ./...