15 lines
248 B
YAML
15 lines
248 B
YAML
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- gofmt
|
||
|
- govet
|
||
|
|
||
|
issues:
|
||
|
# Disable the default exclude list so that all excludes are explicitly
|
||
|
# defined in this file.
|
||
|
exclude-use-default: false
|
||
|
|
||
|
linters-settings:
|
||
|
gofmt:
|
||
|
simplify: false
|