Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ linters:
- linters:
- revive
text: 'var-naming: avoid meaningless package names'
path: 'test/utils/*'
path: '(test/utils/|pkg/provider/apis/)*'
paths:
- third_party$
- builtin$
Expand Down
4 changes: 2 additions & 2 deletions hack/tools.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ ARCH := $(shell uname -m)
# renovate: datasource=github-releases depName=incu6us/goimports-reviser
GOIMPORTS_REVISER_VERSION ?= v3.11.0
# renovate: datasource=github-releases depName=ko-build/ko
KO_VERSION ?= v0.18.0
KO_VERSION ?= v0.18.1
# renovate: datasource=github-releases depName=golangci/golangci-lint
GOLANGCI_LINT_VERSION ?= v2.6.2
GOLANGCI_LINT_VERSION ?= v2.7.2

# Tool targets should declare go.mod as a prerequisite, if the tool's version is managed via go modules. This causes
# make to rebuild the tool in the desired version, when go.mod is changed.
Expand Down