sec/.golangci.yml
Stanislav N. aka pztrn 090756ada8
Some checks failed
continuous-integration/drone/push Build is failing
Switch to mirrorred images for Drone, make linters happy.
2022-06-29 16:15:59 +05:00

26 lines
391 B
YAML

run:
deadline: 5m
linters:
enable-all: true
disable:
- dupl
- gochecknoglobals
- exhaustive
- testpackage
- cyclop
- varnamelen
- gomnd
- paralleltest
# Deprecated.
- exhaustivestruct
linters-settings:
lll:
line-length: 120
gocyclo:
min-complexity: 80
gocognit:
min-complexity: 100
funlen:
lines: 200
statements: 100