mirror of
https://github.com/pressly/goose.git
synced 2025-05-01 05:00:15 +00:00
15 lines
201 B
YAML
15 lines
201 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
# Default
|
|
- errcheck
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- staticcheck
|
|
- unused
|
|
- gofmt
|
|
# Added
|
|
- testifylint
|
|
- misspell
|