1
0
mirror of https://github.com/go-task/task.git synced 2025-01-12 04:34:11 +02:00

own Taskfile: small improvement of lint task

This commit is contained in:
Andrey Nering 2017-07-19 20:23:02 -03:00
parent 8a66857fb9
commit 55672410cd

View File

@ -27,9 +27,8 @@ clean:
lint:
desc: Runs golint
cmds:
- golint .
- golint ./execext
- golint ./cmd/task
- golint {{.GO_PACKAGES}}
silent: true
test:
desc: Runs test suite
@ -52,3 +51,4 @@ todo:
desc: Prints TODO comments present in the code
cmds:
- astitodo {{.GO_PACKAGES}}
silent: true