1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-05-12 18:44:55 +00:00
gomatrix/hooks/pre-commit
2017-01-06 15:33:33 +00:00

9 lines
113 B
Bash
Executable file

#! /bin/bash
set -eu
golint
go fmt
go tool vet --all --shadow .
gocyclo -over 12 .
go test -timeout 5s -test.v