chinampa/.golangci.yml

41 lines
581 B
YAML
Raw Normal View History

2022-12-19 03:04:34 +00:00
linters-settings:
gocyclo:
min-complexity: 21
tagliatelle:
case:
rules:
yaml: kebab
linters:
fast: false
enable:
- deadcode
- errcheck
- exportloopref
- goconst
- gocritic
- gocyclo
- godot
- gofmt
- goimports
- gosec
- gosimple
- govet
- ifshort
- ineffassign
- misspell
- nakedret
- nilerr
- prealloc
- revive
- staticcheck
- structcheck
- stylecheck
- tagliatelle
- typecheck
- unconvert
- unparam
- unused
- varcheck
- whitespace