Skip to content

Commit

Permalink
Merge pull request #108 from wfscheper/pre-commit-hook-config
Browse files Browse the repository at this point in the history
Add a pre-commit hook configuration
  • Loading branch information
dnephin authored May 4, 2020
2 parents 6878800 + d6f4eb9 commit fe46a0a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
- id: gotestsum
name: gotestsum
description: |
`go test` runner with output optimized for humans, JUnit XML for CI
integration, and a summary of the test results.
entry: gotestsum
types: [go]
language: golang
pass_filenames: false

0 comments on commit fe46a0a

Please sign in to comment.