summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/logging/.golangci.yml
blob: ffb0058e6c32ceb2fcb4a119aca8b4e05e03e272 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
linters-settings:
  govet:
    check-shadowing: true
  misspell:
    locale: US

linters:
  enable-all: true

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