garm/vendor/github.com/go-logr/logr/.golangci.yaml
Gabriel Adrian Samfira 584bd73553 Update dependencies.
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
2025-06-19 20:40:34 +00:00

28 lines
404 B
YAML

version: "2"
run:
timeout: 1m
tests: true
linters:
default: none
enable: # please keep this alphabetized
- asasalint
- asciicheck
- copyloopvar
- dupl
- errcheck
- forcetypeassert
- goconst
- gocritic
- govet
- ineffassign
- misspell
- musttag
- revive
- staticcheck
- unused
issues:
max-issues-per-linter: 0
max-same-issues: 10