Skip to content

Commit b1d97ae

Browse files
committed
Debug: enable only 2 more linters
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent d0e9ece commit b1d97ae

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

.golangci.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ linters:
2323
# Some linters have been removed because of the go 1.18 issues.
2424
# https://github.com/golangci/golangci-lint/issues/2649
2525
- asciicheck
26-
# depguard
27-
# dogsled
26+
- depguard
27+
- dogsled
2828
# errcheck
2929
# errorlint
3030
# exhaustive
@@ -37,33 +37,33 @@ linters:
3737
# godot
3838
# godox
3939
# goerr113
40-
- gofmt
41-
- gofumpt
42-
- goheader
43-
- goimports
44-
- gomodguard
45-
- goprintffuncname
46-
- gosec
47-
- gosimple
48-
- govet
49-
- ineffassign
50-
- lll
51-
- makezero
52-
- misspell
53-
- nakedret
54-
- nestif
55-
- nolintlint
56-
- paralleltest
57-
- predeclared
58-
- revive
59-
- staticcheck
60-
- stylecheck
61-
- thelper
62-
- typecheck
63-
- unconvert
64-
- unused
65-
- whitespace
66-
- wrapcheck
40+
# gofmt
41+
# gofumpt
42+
# goheader
43+
# goimports
44+
# gomodguard
45+
# goprintffuncname
46+
# gosec
47+
# gosimple
48+
# govet
49+
# ineffassign
50+
# lll
51+
# makezero
52+
# misspell
53+
# nakedret
54+
# nestif
55+
# nolintlint
56+
# paralleltest
57+
# predeclared
58+
# revive
59+
# staticcheck
60+
# stylecheck
61+
# thelper
62+
# typecheck
63+
# unconvert
64+
# unused
65+
# whitespace
66+
# wrapcheck
6767
linters-settings:
6868
depguard:
6969
rules:

0 commit comments

Comments
 (0)