init
This commit is contained in:
16
vendor/github.com/awalterschulze/gographviz/Makefile
generated
vendored
Normal file
16
vendor/github.com/awalterschulze/gographviz/Makefile
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
regenerate:
|
||||
go install github.com/goccmack/gocc
|
||||
gocc -zip -o ./internal/ dot.bnf
|
||||
find . -type f -name '*.go' | xargs goimports -w
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
|
||||
travis:
|
||||
make regenerate
|
||||
go build ./...
|
||||
go test ./...
|
||||
errcheck -ignore 'fmt:[FS]?[Pp]rint*' ./...
|
||||
gofmt -l -s -w .
|
||||
golint -set_exit_status
|
||||
git diff --exit-code
|
Reference in New Issue
Block a user