Skip to content

Commit 1c1af05

Browse files
committed
ci: disable nolintlint
Hitting golangci/golangci-lint#3228 when adding nolint.
1 parent ea1cac6 commit 1c1af05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ linters:
3535
- nestif
3636
- nilerr
3737
- noctx
38-
- nolintlint
38+
# - nolintlint # https://github.com/golangci/golangci-lint/issues/3228
3939
- prealloc
4040
- predeclared
4141
- revive

0 commit comments

Comments
 (0)