summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-logr/logr/.golangci.yaml
blob: 0cffafa7bf94baf0d5962261ce7fe11c60a6110e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
run:
  timeout: 1m
  tests: true

linters:
  disable-all: true
  enable:
    - asciicheck
    - errcheck
    - forcetypeassert
    - gocritic
    - gofmt
    - goimports
    - gosimple
    - govet
    - ineffassign
    - misspell
    - revive
    - staticcheck
    - typecheck
    - unused

issues:
  exclude-use-default: false
  max-issues-per-linter: 0
  max-same-issues: 10