summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matterbridge/gomatrix/.golangci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/matterbridge/gomatrix/.golangci.yml')
-rw-r--r--vendor/github.com/matterbridge/gomatrix/.golangci.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matterbridge/gomatrix/.golangci.yml b/vendor/github.com/matterbridge/gomatrix/.golangci.yml
deleted file mode 100644
index 15eb6ef7..00000000
--- a/vendor/github.com/matterbridge/gomatrix/.golangci.yml
+++ /dev/null
@@ -1,21 +0,0 @@
-run:
- timeout: 5m
- linters:
- enable:
- - vet
- - vetshadow
- - typecheck
- - deadcode
- - gocyclo
- - golint
- - varcheck
- - structcheck
- - maligned
- - ineffassign
- - misspell
- - unparam
- - goimports
- - goconst
- - unconvert
- - errcheck
- - interfacer