1
0
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:
Andrey Nering
2025-07-07 10:01:53 -03:00
parent 3d3ed0e403
commit a10a9faabf

View File

@ -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