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:
parent
8a66857fb9
commit
55672410cd
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user