Files
status/.golangci.yml
2025-10-28 19:25:53 +03:00

27 lines
350 B
YAML

version: "2"
run:
relative-path-mode: gomod
timeout: 5m
linters:
settings:
dupl:
threshold: 100
enable:
- errcheck
- govet
- ineffassign
- staticcheck
- unused
- errname
- dupl
- decorder
- cyclop
- funlen
- lll
- nestif
- nlreturn
- prealloc
- tagalign
- whitespace