2e0f750f1a
To find unnecessary type convertions
19 lines
284 B
YAML
19 lines
284 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gofmt
|
|
- govet
|
|
- unconvert
|
|
|
|
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
|
|
|
|
run:
|
|
timeout: 5m
|