mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 21:42:31 +00:00
Switch to upstream gomatrix (#1219)
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
21
vendor/github.com/matrix-org/gomatrix/.golangci.yml
generated
vendored
Normal file
21
vendor/github.com/matrix-org/gomatrix/.golangci.yml
generated
vendored
Normal file
@@ -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
|
Reference in New Issue
Block a user