-
Notifications
You must be signed in to change notification settings - Fork 695
Open
Labels
good first issueGood for newcomersGood for newcomerskind/refactorpriority/lowlow prioritylow priority
Description
After upgrading golangci-lint to v2.4.0 (2025-08-14), CI started failing:
https://github.com/containerd/nerdctl/actions/runs/17294879972/job/49090536229?pr=4490
https://github.com/containerd/nerdctl/actions/runs/17294879986/job/49090535739?pr=4490
As a temporary workaround, we’ve disabled the following linters:
- name: redundant-test-main-exit
disabled: true
- name: enforce-switch-style
disabled: true
- name: var-naming
disabled: true
We need refactor code to re-enabe these checks.
Details: #4490
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerskind/refactorpriority/lowlow prioritylow priority