summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/mdns/.golangci.yml
blob: fb2ff86d74b85c02334b73ac3ab0c1911a955fee (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
  disable:
    - funlen

issues:
  exclude-use-default: false