16 lines
283 B
YAML
16 lines
283 B
YAML
|
# See https://golangci-lint.run/usage/configuration/#config-file for more information
|
||
|
run:
|
||
|
timeout: 5m
|
||
|
linters:
|
||
|
disable-all: true
|
||
|
enable:
|
||
|
- gofmt
|
||
|
- golint
|
||
|
- goimports
|
||
|
fast: false
|
||
|
linters-settings:
|
||
|
gofmt:
|
||
|
simplify: false
|
||
|
issues:
|
||
|
exclude-use-default: false
|