From f9928c9e259fefee5bd049dbc8d8e5d98107f136 Mon Sep 17 00:00:00 2001 From: Tilo Spannagel Date: Sun, 30 Aug 2020 14:01:52 +0200 Subject: Switch to upstream gomatrix (#1219) Signed-off-by: Tilo Spannagel --- vendor/github.com/matrix-org/gomatrix/.golangci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 vendor/github.com/matrix-org/gomatrix/.golangci.yml (limited to 'vendor/github.com/matrix-org/gomatrix/.golangci.yml') 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 -- cgit v1.2.3