File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,7 @@ linters:
107107 - dupl
108108 - durationcheck
109109 - errcheck
110- # errname is only available in golangci-lint v1.42.0+ - wait until v1.43 is available to settle
111- # - errname
110+ - errname
112111 - errorlint
113112 - exhaustive
114113 - exportloopref
Original file line number Diff line number Diff line change 22# BEGIN: lint-install .
33# http://github.com/tinkerbell/lint-install
44
5- GOLINT_VERSION ?= v1.42.0
5+ GOLINT_VERSION ?= v1.42.1
66HADOLINT_VERSION ?= v2.7.0
77SHELLCHECK_VERSION ?= v0.7.2
88YAMLLINT_VERSION ?= 1.26.3
Original file line number Diff line number Diff line change 22# BEGIN: lint-install {{.Args}}
33# http://github.com/tinkerbell/lint-install
44
5- {{ if .Go }}GOLINT_VERSION ?= v1.42.0 {{ end }}
5+ {{ if .Go }}GOLINT_VERSION ?= v1.42.1 {{ end }}
66{{ if .Dockerfile}}HADOLINT_VERSION ?= v2.7.0{{ end }}
77{{ if .Shell}}SHELLCHECK_VERSION ?= v0.7.2{{ end }}
88{{ if .YAML}}YAMLLINT_VERSION ?= 1.26.3{{ end }}
You can’t perform that action at this time.
0 commit comments