Files
abra/vendor/github.com/go-logr/logr/.golangci.yaml
decentral1se 56a68dfa91
All checks were successful
continuous-integration/drone/push Build is passing
chore: bump deps
2025-08-12 05:17:15 +00:00

29 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