874788dd66
And support for setting build tags in CI lint job. Removed the unused 'test-ci' target.
18 lines
268 B
YAML
18 lines
268 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
|
|
|
|
run:
|
|
timeout: 5m
|