chinampa/.golangci.yml

37 lines
519 B
YAML
Raw Permalink Normal View History

2022-12-19 03:04:34 +00:00
linters-settings:
gocyclo:
2024-04-20 05:47:15 +00:00
min-complexity: 30
2022-12-19 03:04:34 +00:00
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