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