1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +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: install:
cmds: cmds:
- go install -v ./... - go install -v ./...
lint:
cmds:
- golint .
- golint ./cmd/task
# TODO: have tests # TODO: have tests
test: test:
cmds: cmds: