matrix-org.dendrite/hooks/pre-commit

10 lines
112 B
Bash
Executable File

#! /bin/bash
set -eu
golint src/...
go fmt ./src/...
go tool vet --shadow ./src
gocyclo -over 12 src/
gb test