Skip to content

Commit 81f2ffe

Browse files
committed
Add several more
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 5a92bbe commit 81f2ffe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.golangci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ linters:
4848
# govet
4949
- ineffassign
5050
- lll
51-
# makezero
52-
# misspell
53-
# nakedret
54-
# nestif
55-
# nolintlint
56-
# paralleltest
57-
# predeclared
58-
# revive
59-
# staticcheck
60-
# stylecheck
51+
- makezero
52+
- misspell
53+
- nakedret
54+
- nestif
55+
- nolintlint
56+
- paralleltest
57+
- predeclared
58+
- revive
59+
- staticcheck
60+
- stylecheck
6161
# thelper
6262
# typecheck
6363
# unconvert

0 commit comments

Comments
 (0)