1
0
mirror of https://github.com/go-task/task.git synced 2024-12-12 10:45:49 +02:00

Have a lint task

This commit is contained in:
Andrey Nering 2017-03-02 21:06:52 -03:00
parent 2e1d0ab4a6
commit ae8f405ef9

View File

@ -1,7 +1,14 @@
# compiles current source code and make "task" executable available on
# $GOPATH/bin/task{.exe}
install:
cmds:
- go install -v ./...
lint:
cmds:
- golint .
- golint ./cmd/task
# TODO: have tests
test:
cmds: