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 ./...