From 68ad6e6a7f726bcf3fd8e3f23c3d52993cbc4737 Mon Sep 17 00:00:00 2001 From: Chase Pierce Date: Tue, 16 Apr 2019 02:46:42 -0600 Subject: [PATCH] fixing go-test to not be a linter --- .pre-commit-hooks.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 229f239..f5f4b68 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -14,7 +14,7 @@ - id: go-test name: go test description: Runs `go test` and asserts no tests are failing. - entry: hooks/go-golangci-lint.sh + entry: hooks/go-test.sh language: script files: \.go$ - id: go-golangci-lint