chinampa/.golangci.yml

37 lines
519 B
YAML

linters-settings:
gocyclo:
min-complexity: 30
tagliatelle:
case:
rules:
yaml: kebab
linters:
fast: false
enable:
- errcheck
- exportloopref
- goconst
- gocritic
- gocyclo
- godot
- gofmt
- goimports
- gosec
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nilerr
- prealloc
- revive
- staticcheck
- stylecheck
- tagliatelle
- typecheck
- unconvert
- unparam
- unused
- whitespace