You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
17 lines
242 B
YAML
17 lines
242 B
YAML
linters:
|
|
disable-all: true
|
|
enable:
|
|
- errcheck
|
|
- godot
|
|
- goimports
|
|
- gosimple
|
|
- govet
|
|
- ineffassign
|
|
- misspell
|
|
- staticcheck
|
|
- testifylint
|
|
- testpackage
|
|
- typecheck
|
|
- unused
|
|
- whitespace
|