diff options
Diffstat (limited to 'vendor/github.com/pion/mdns/.golangci.yml')
-rw-r--r-- | vendor/github.com/pion/mdns/.golangci.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/pion/mdns/.golangci.yml b/vendor/github.com/pion/mdns/.golangci.yml new file mode 100644 index 0000000..fb2ff86 --- /dev/null +++ b/vendor/github.com/pion/mdns/.golangci.yml @@ -0,0 +1,13 @@ +linters-settings: + govet: + check-shadowing: true + misspell: + locale: US + +linters: + enable-all: true + disable: + - funlen + +issues: + exclude-use-default: false |