Sign in
chromium
/
external
/
github.com
/
gorilla
/
websocket
/
refs/tags/v1.5.2
/
.
/
.golangci.yml
blob: 44cf86a067e8ffeb8fdd743e40a371dccd00b25d [
file
] [
log
] [
blame
]
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