File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 3333 - uses : ./.github/actions/install-go
3434 - uses : golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
3535 with :
36- version : v1.60.1
36+ version : v1.60.3
3737 skip-cache : true
3838 args : --timeout=8m
3939
Original file line number Diff line number Diff line change 11linters :
22 enable :
33 - depguard # Checks for dependencies that should not be (re)introduced. See "linter-settings" for further details.
4- - exportloopref # Checks for pointers to enclosing loop variables
4+ # - copyloopvar # Checks for loop variable copies in Go 1.22+
55 - gofmt
66 - goimports
77 - gosec
@@ -73,6 +73,7 @@ linters-settings:
7373 - G306
7474 - G402
7575 - G404
76+ - G115
7677 nolintlint :
7778 allow-unused : true
7879
You can’t perform that action at this time.
0 commit comments