mirror of
https://github.com/go-task/task.git
synced 2025-07-13 01:30:33 +02:00
chore(taskfile): add go.mod
as source for the lint tasks
This commit is contained in:
@ -87,6 +87,7 @@ tasks:
|
||||
sources:
|
||||
- './**/*.go'
|
||||
- .golangci.yml
|
||||
- go.mod
|
||||
cmds:
|
||||
- golangci-lint run
|
||||
|
||||
@ -95,6 +96,7 @@ tasks:
|
||||
sources:
|
||||
- './**/*.go'
|
||||
- .golangci.yml
|
||||
- go.mod
|
||||
cmds:
|
||||
- golangci-lint run --fix
|
||||
|
||||
|
Reference in New Issue
Block a user