From a10a9faabfeb2d20ad84bc6ed1aa7c8e7a497f3b Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 7 Jul 2025 10:01:53 -0300 Subject: [PATCH] chore(taskfile): add `go.mod` as source for the lint tasks --- Taskfile.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 95430d5d..b6ee4c12 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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