Files
databasus/agent/.golangci.yml

20 lines
221 B
YAML

version: "2"
run:
timeout: 5m
tests: false
concurrency: 4
linters:
default: standard
settings:
errcheck:
check-type-assertions: true
formatters:
enable:
- gofmt
- golines
- goimports