File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 - ' **/*.go'
33 - ' **/*.sh'
44 - ' .golangci.yml'
5+ - ' .github/workflows/PR-build.yml'
56 - ' packaging/**'
67 - ' go.mod'
78 - ' Makefile'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ linters:
4646 - staticcheck
4747 text : ' ST1005: error strings should not be capitalized'
4848issues :
49- new-from-rev : 9af4477
49+ new-from-rev : 98e058f9
5050formatters :
5151 enable :
5252 - gofmt
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ install-addlicense:
191191install-golangci-lint :
192192 # Install from source for golangci-lint is not recommended based on https://golangci-lint.run/usage/install/#install-from-source so using binary
193193 # installation
194- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(TOOLS_BIN_DIR ) v2.4.0
194+ curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/HEAD/install.sh | sh -s -- -b $(TOOLS_BIN_DIR ) v2.12.2
195195
196196fmt : install-goimports addlicense
197197 go fmt ./...
You can’t perform that action at this time.
0 commit comments