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