mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 22:17:39 +03:00
16 lines
208 B
YAML
16 lines
208 B
YAML
linters:
|
|
enable:
|
|
- gosimple
|
|
- structcheck
|
|
- varcheck
|
|
- errcheck
|
|
- staticcheck
|
|
- ineffassign
|
|
- deadcode
|
|
- typecheck
|
|
- govet
|
|
- unused
|
|
- goimports
|
|
- prealloc
|
|
- unconvert
|
|
- misspell
|