grokkit/.golangci.yml

25 lines
296 B
YAML
Raw Normal View History

version: "2"
linters:
default: none
enable:
- govet
- errcheck
- staticcheck
- ineffassign
- unused
- gosimple
- misspell
settings:
errcheck:
check-type-assertions: true
check-blank: false
formatters:
enable:
- gofmt
run:
timeout: 5m