dendrite/vendor/src/github.com/matrix-org/gomatrix/hooks/pre-commit
2017-05-19 10:46:17 +01:00

9 lines
113 B
Bash

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