octopus_exporter/.golangci.yml

23 lines
312 B
YAML

version: "2"
run:
timeout: 5m
linters:
default: standard
enable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused
- misspell
- bodyclose
- gocritic
- unconvert
- unparam
exclusions:
rules:
- path: _test\.go
linters:
- errcheck