Skip to content

Commit 12c9cb6

Browse files
committed
Debug: remove some more of the added linters
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 60eeeef commit 12c9cb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.golangci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ linters:
4747
- gosimple
4848
- govet
4949
- ineffassign
50-
- lll
51-
- makezero
52-
- misspell
53-
- nakedret
54-
- nestif
50+
# lll
51+
# makezero
52+
# misspell
53+
# nakedret
54+
# nestif
5555
# nolintlint
5656
# paralleltest
5757
# predeclared

0 commit comments

Comments
 (0)