Skip to content

Commit 60eeeef

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.golangci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ linters:
5252
- misspell
5353
- nakedret
5454
- nestif
55-
- nolintlint
56-
- paralleltest
57-
- predeclared
58-
- revive
59-
- staticcheck
60-
- stylecheck
55+
# nolintlint
56+
# paralleltest
57+
# predeclared
58+
# revive
59+
# staticcheck
60+
# stylecheck
6161
# thelper
6262
# typecheck
6363
# unconvert

0 commit comments

Comments
 (0)