50 lines
793 B
YAML
50 lines
793 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- bodyclose
|
||
|
- deadcode
|
||
|
- depguard
|
||
|
- dogsled
|
||
|
- dupl
|
||
|
- errcheck
|
||
|
- exportloopref
|
||
|
- gochecknoinits
|
||
|
- goconst
|
||
|
- gocritic
|
||
|
- gocyclo
|
||
|
- godot
|
||
|
- gofmt
|
||
|
- goimports
|
||
|
- gosec
|
||
|
- gosimple
|
||
|
- govet
|
||
|
- ineffassign
|
||
|
- misspell
|
||
|
- nakedret
|
||
|
- prealloc
|
||
|
- revive
|
||
|
- staticcheck
|
||
|
- structcheck
|
||
|
- typecheck
|
||
|
- unconvert
|
||
|
- unparam
|
||
|
- unused
|
||
|
- varcheck
|
||
|
- whitespace
|
||
|
issues:
|
||
|
exclude-rules:
|
||
|
- path: _test\.go
|
||
|
linters:
|
||
|
- prealloc
|
||
|
- path: _test\.go
|
||
|
text: "G306:"
|
||
|
linters:
|
||
|
- gosec
|
||
|
- path: errors_test\.go
|
||
|
linters:
|
||
|
- unused
|
||
|
- path: http/example_test\.go
|
||
|
linters:
|
||
|
- errcheck
|
||
|
- bodyclose
|