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
2016-11-29 16:44:19 +00:00

9 lines
107 B
Bash
Executable file

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