Skip to content

Commit 91cf229

Browse files
authored
chore(lint): fix go lang ci lint for k0s-1-30 (#2248)
chore(lint): fix go lang ci lint
1 parent 3297172 commit 91cf229

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ linters:
2121

2222
# Our own extras:
2323
- gofmt
24-
- nolintlint # lints nolint directives
24+
# We disable nolintlint on purpose given there's directives only applicable on latest which fail on previous release
25+
# branches
26+
# - nolintlint # lints nolint directives
2527
# - revive
2628

2729
linters-settings:

0 commit comments

Comments
 (0)