1
0
mirror of https://github.com/go-task/task.git synced 2025-01-26 05:27:15 +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: lint:
desc: Runs golint desc: Runs golint
cmds: cmds:
- golint . - golint {{.GO_PACKAGES}}
- golint ./execext silent: true
- golint ./cmd/task
test: test:
desc: Runs test suite desc: Runs test suite
@ -52,3 +51,4 @@ todo:
desc: Prints TODO comments present in the code desc: Prints TODO comments present in the code
cmds: cmds:
- astitodo {{.GO_PACKAGES}} - astitodo {{.GO_PACKAGES}}
silent: true