File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11# https://github.com/MarioCarrion/todo-api-microservice-example/blob/main/.golangci.yml
2- run :
3- skip-files : # ignore yaml error...
2+ # yaml-language-server: $schema=https://raw.githubusercontent.com/golangci/golangci-lint/refs/tags/v1.63.4/jsonschema/golangci.jsonschema.json
3+ issues :
4+ exclude-files :
45 - " .*\\ .xo\\ .go$"
56 - " .*\\ .gen\\ .go$"
67 - " .*\\ .pb\\ .go$"
Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ x.install-tools() {
285285 commands=(
286286 " go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@v4.15.2"
287287 " go install github.com/sqlc-dev/sqlc/cmd/sqlc@v1.24.0"
288- " go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2 "
288+ " go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.63.4 "
289289 " go install github.com/tufin/oasdiff@v1.10.9"
290290 " go install golang.org/x/tools/cmd/goimports@latest"
291291 " go install mvdan.cc/gofumpt@latest"
You can’t perform that action at this time.
0 commit comments