summaryrefslogtreecommitdiff
path: root/vendor/github.com/gorilla/websocket/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/gorilla/websocket/.golangci.yml')
-rw-r--r--vendor/github.com/gorilla/websocket/.golangci.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/vendor/github.com/gorilla/websocket/.golangci.yml b/vendor/github.com/gorilla/websocket/.golangci.yml
deleted file mode 100644
index 44cf86a06..000000000
--- a/vendor/github.com/gorilla/websocket/.golangci.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-