Skip to content

Commit b17c0f7

Browse files
committed
Debug: enable a few more linters
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent e205587 commit b17c0f7

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.golangci.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,20 @@ 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
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
4040
# gofmt
4141
# gofumpt
4242
# goheader

0 commit comments

Comments
 (0)