2020-03-12 01:18:03 +00:00
|
|
|
linters:
|
|
|
|
disable-all: true
|
|
|
|
enable:
|
|
|
|
- gofmt
|
|
|
|
- govet
|
2020-04-16 17:35:28 +00:00
|
|
|
- unconvert
|
2020-03-12 01:18:03 +00:00
|
|
|
|
|
|
|
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
|
2020-03-24 20:14:12 +00:00
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 5m
|