File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -30,10 +30,6 @@ linters:
3030
3131run :
3232 timeout : 10m
33- skip-dirs :
34- - node_modules
35- - public
36- - web_src
3733
3834linters-settings :
3935 stylecheck :
@@ -94,6 +90,7 @@ linters-settings:
9490issues :
9591 max-issues-per-linter : 0
9692 max-same-issues : 0
93+ exclude-dirs : [node_modules, public, web_src]
9794 exclude-rules :
9895 # Exclude some linters from running on tests files.
9996 - path : _test\.go
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ XGO_VERSION := go-1.22.x
2828AIR_PACKAGE ?= github.com/cosmtrek/air@v1.49.0
2929EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-checker/cmd/editorconfig-checker@2.7.0
3030GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.6.0
31- GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.56.1
31+ GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2
3232GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.11
3333MISSPELL_PACKAGE ?= github.com/golangci/misspell/cmd/misspell@v0.4.1
3434SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@db51e79a0e37c572d8b59ae0c58bf2bbbbe53285
You can’t perform that action at this time.
0 commit comments