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: sources:
- './**/*.go' - './**/*.go'
- .golangci.yml - .golangci.yml
- go.mod
cmds: cmds:
- golangci-lint run - golangci-lint run
@@ -95,6 +96,7 @@ tasks:
sources: sources:
- './**/*.go' - './**/*.go'
- .golangci.yml - .golangci.yml
- go.mod
cmds: cmds:
- golangci-lint run --fix - golangci-lint run --fix