summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/matrix-org/gomatrix/.golangci.yml
diff options
context:
space:
mode:
authorWim <wim@42.be>2022-03-20 01:43:26 +0100
committerGitHub <noreply@github.com>2022-03-20 01:43:26 +0100
commit17da95b094e4bb433e5fe240fa42067d94d908c1 (patch)
tree50abef4f2d92c1088d3a47c659bbc977a94f96b1 /vendor/github.com/matrix-org/gomatrix/.golangci.yml
parentc5e49eec96a8b03786d679afa35c58952d0269a7 (diff)
downloadmatterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.tar.gz
matterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.tar.bz2
matterbridge-msglm-17da95b094e4bb433e5fe240fa42067d94d908c1.zip
Remove go replace by fork (matrix) (#1771)
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, 0 insertions, 21 deletions
diff --git a/vendor/github.com/matrix-org/gomatrix/.golangci.yml b/vendor/github.com/matrix-org/gomatrix/.golangci.yml
deleted file mode 100644
index 15eb6ef7..00000000
--- a/vendor/github.com/matrix-org/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