File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7575 uses : golangci/golangci-lint-action@v7
7676 with :
7777 working-directory : git-sync
78- version : v2.0 .0
78+ version : v2.1 .0
7979
8080 - name : make lint
8181 working-directory : git-sync
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ linters:
2626 - dupl
2727 - err113
2828 - exhaustruct
29+ - funcorder
2930 - funlen
3031 - gochecknoglobals
3132 - gochecknoinits
Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ bin-clean:
278278 rm -rf .go bin
279279
280280lint-golangci-lint :
281- go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.0 .0 run -v
281+ go run github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.1 .0 run -v
282282
283283lint-shellcheck :
284284 docker run \
You can’t perform that action at this time.
0 commit comments