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:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user