From 6b519536c046bc6623316b1a2457b95725412e72 Mon Sep 17 00:00:00 2001 From: sbp-bvanb Date: Wed, 13 Nov 2024 21:04:28 +0100 Subject: [PATCH] fix: Remote lint as alternative for make lint --- Taskfile.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Taskfile.yml b/Taskfile.yml index 835c5b7..229ba0e 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -150,6 +150,10 @@ tasks: go install github.com/Yamashou/gqlgenc@{{.GQLGENC_VERSION}} fi lint: + silent: true + cmds: + - task: golangci-lint + lint-with-gci: silent: true deps: - task: gci