mirror of
https://github.com/go-task/task.git
synced 2025-11-27 22:38:20 +02:00
own Taskfile: small improvement of lint task
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user