websocket/.golangci.yml

14 lines
247 B
YAML

run:
skip-dirs:
- examples/*.go
timeout: "5m"
# will not run golangci-lint against *_test.go
tests: false
issues:
exclude-rules:
# excluding error checks from all the .go files
- path: ./*.go
linters:
- errcheck