dbmate/.golangci.yml
2020-11-01 15:30:20 +13:00

28 lines
436 B
YAML

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