1
0
mirror of https://github.com/NUTtech/bell.git synced 2024-11-19 20:31:41 +02:00
bell/.golangci.yml
2022-05-26 11:35:51 +03:00

62 lines
927 B
YAML

linters-settings:
gocritic:
enabled-tags:
- diagnostic
- opinionated
- performance
- style
disabled-checks:
- exposedSyncMutex
misspell:
locale: US
linters:
disable-all: true
enable:
- asciicheck
- bidichk
- bodyclose
- deadcode
- depguard
- dupl
- durationcheck
- errcheck
- errname
- exportloopref
- exhaustive
- funlen
- goconst
- gocritic
- gocyclo
- godox
- gofmt
- goprintffuncname
- gosec
- gosimple
- govet
- ifshort
- importas
- ineffassign
- lll
- makezero
- misspell
- nakedret
- nestif
- nilnil
- nolintlint
- prealloc
- predeclared
- promlinter
- revive
- staticcheck
- structcheck
- stylecheck
- tenv
- thelper
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace