decentral1se 47045ca8f1
All checks were successful
continuous-integration/drone/push Build is passing
feat: improved deploy progress reporting
See #478
2025-03-23 09:13:36 +00:00

25 lines
415 B
YAML

linters:
enable-all: true
disable:
- golint
- interfacer
- scopelint
- maligned
- rowserrcheck
- funlen
- depguard
- goerr113
- exhaustivestruct
- testpackage
- gochecknoglobals
- wrapcheck
- forbidigo
- ifshort
- cyclop
- gomoddirectives
linters-settings:
exhaustive:
default-signifies-exhaustive: true
issues:
exclude-use-default: false