dbmate/.golangci.yml
2020-01-01 19:11:02 -10:00

26 lines
404 B
YAML

linters:
enable:
- bodyclose
- deadcode
- depguard
- errcheck
- goimports
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- staticcheck
- structcheck
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace
linters-settings:
goimports:
local-prefixes: github.com/amacneil/dbmate
misspell:
locale: US