websocket/.golangci.yml

14 lines
247 B
YAML
Raw Normal View History

run:
skip-dirs:
- examples/*.go
2024-03-19 21:14:15 +03:00
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