mirror of https://github.com/gorilla/websocket.git
14 lines
250 B
YAML
14 lines
250 B
YAML
|
run:
|
||
|
timeout: "5m"
|
||
|
# will not run golangci-lint against *_test.go
|
||
|
tests: false
|
||
|
issues:
|
||
|
exclude-dirs:
|
||
|
- examples/*.go
|
||
|
exclude-rules:
|
||
|
# excluding error checks from all the .go files
|
||
|
- path: ./*.go
|
||
|
linters:
|
||
|
- errcheck
|
||
|
|