Skip to content

Commit

Permalink
fixing go-test to not be a linter
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaqx committed Apr 16, 2019
1 parent f1cef39 commit 68ad6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68ad6e6

Please sign in to comment.