Taum / .golangci.yml
Ekittl01's picture
Add 416 files
1c36640
raw
history blame contribute delete
No virus
573 Bytes
linters-settings:
errcheck:
check-type-assertions: true
linters:
enable:
- govet
- asciicheck
- bodyclose
- deadcode
- depguard
- dogsled
- errcheck
- exportloopref
- gochecknoinits
- godot
- gofmt
- goheader
- goimports
- goprintffuncname
- gosimple
- gosec
- govet
- ineffassign
- misspell
- nakedret
- nolintlint
- rowserrcheck
- scopelint
- staticcheck
- structcheck
- stylecheck
- typecheck
- unconvert
- unused
- varcheck
- whitespace