You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the pull-tests-verify-lint job, a warning is consistently printed:
golangci-lint run ./...
level=warning msg="[config_reader] The configuration option `linters.errcheck.ignore` is deprecated, please use `linters.errcheck.exclude-functions`."
What you expected to happen:
No warnings are printed because perf-tests is using current configuration options for golangci-lint. (Or maybe the tool itself needs updating?)
How to reproduce it (as minimally and precisely as possible):
I can't reproduce this locally, which is odd.
% golangci-lint version
golangci-lint has version 1.59.1 built with go1.22.3 from 1a55854a on 2024-06-09T18:08:33Z
% cd clusterloader2
% golangci-lint run --config=../.golangci.yml ./...
% echo$?
0
Anything else we need to know?:
Environment:
Kubernetes version (use kubectl version):
Cloud provider or hardware configuration:
OS (e.g: cat /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Network plugin and version (if this is a network-related bug):
Others:
The text was updated successfully, but these errors were encountered:
What happened:
When running the
pull-tests-verify-lint
job, a warning is consistently printed:golangci-lint run ./... level=warning msg="[config_reader] The configuration option `linters.errcheck.ignore` is deprecated, please use `linters.errcheck.exclude-functions`."
What you expected to happen:
No warnings are printed because perf-tests is using current configuration options for
golangci-lint
. (Or maybe the tool itself needs updating?)How to reproduce it (as minimally and precisely as possible):
I can't reproduce this locally, which is odd.
Anything else we need to know?:
Environment:
kubectl version
):cat /etc/os-release
):uname -a
):The text was updated successfully, but these errors were encountered: