Skip to content

Commit d0e9ece

Browse files
committed
Debug: complement set of linters
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent b17c0f7 commit d0e9ece

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

.golangci.yml

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,47 @@ 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
28-
- errcheck
29-
- errorlint
30-
- exhaustive
31-
- gci
32-
- gochecknoinits
33-
- gocognit
34-
- goconst
35-
- gocritic
36-
- gocyclo
37-
- godot
38-
- godox
39-
- 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
26+
# depguard
27+
# dogsled
28+
# errcheck
29+
# errorlint
30+
# exhaustive
31+
# gci
32+
# gochecknoinits
33+
# gocognit
34+
# goconst
35+
# gocritic
36+
# gocyclo
37+
# godot
38+
# godox
39+
# 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
6767
linters-settings:
6868
depguard:
6969
rules:

0 commit comments

Comments
 (0)