We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e205587 commit b17c0f7Copy full SHA for b17c0f7
.golangci.yml
@@ -23,20 +23,20 @@ linters:
23
# Some linters have been removed because of the go 1.18 issues.
24
# https://github.com/golangci/golangci-lint/issues/2649
25
- 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
+ - depguard
+ - dogsled
+ - errcheck
+ - errorlint
+ - exhaustive
+ - gci
+ - gochecknoinits
+ - gocognit
+ - goconst
+ - gocritic
+ - gocyclo
+ - godot
+ - godox
+ - goerr113
40
# gofmt
41
# gofumpt
42
# goheader
0 commit comments