17 lines
254 B
YAML
17 lines
254 B
YAML
|
linters:
|
||
|
enable-all: true
|
||
|
disable:
|
||
|
# Deprecated
|
||
|
- varcheck
|
||
|
- ifshort
|
||
|
- interfacer
|
||
|
- maligned
|
||
|
- deadcode
|
||
|
- scopelint
|
||
|
- golint
|
||
|
- structcheck
|
||
|
- exhaustivestruct
|
||
|
- nosnakecase
|
||
|
# To extremist
|
||
|
- depguard
|