Skip to content

Commit

Permalink
fix: Remote lint as alternative for make lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sbp-bvanb committed Nov 13, 2024
1 parent 653f8ed commit 6b51953
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6b51953

Please sign in to comment.