heruvym/Taskfile.dist.yml
skeris ffc3d246f6
All checks were successful
Lint / Lint (push) Successful in 1m46s
remove .git from taskfile
2024-11-26 17:14:58 +03:00

11 lines
273 B
YAML

version: "3"
tasks:
update-linter:
cmds:
- go get -u gitea.pena/PenaSide/linters-golang
lint:
cmds:
- task: update-linter
- cmd: golangci-lint run -v -c $(go list -f '{{"{{"}}.Dir{{"}}"}}' -m gitea.pena/PenaSide/linters-golang)/.golangci.yml