add golangci.yaml

This commit is contained in:
A.Unger
2020-05-22 13:46:32 +02:00
parent 1ef3792906
commit a36fe7426e
+24
View File
@@ -0,0 +1,24 @@
linters:
enable:
- bodyclose
- deadcode
- errcheck
- gosimple
- govet
- ineffassign
- staticcheck
- structcheck
- typecheck
- unused
- varcheck
- depguard
- golint
- goimports
- unconvert
- scopelint
- maligned
- misspell
# - gocritic
- prealloc
#- gosec