Bump maunium.net/go/mautrix from 0.15.1 to 0.17.0 #38
Annotations
10 errors
golangci-lint:
clientapi/clientapi.go#L1
: # github.com/matrix-org/dendrite/clientapi [github.com/matrix-org/dendrite/clientapi.test]
|
golangci-lint:
clientapi/clientapi_test.go#L1689
cannot use dummyStore{} (value of type dummyStore) as "maunium.net/go/mautrix/crypto".StateStore value in argument to crypto.NewOlmMachine: dummyStore does not implement "maunium.net/go/mautrix/crypto".StateStore (wrong type for method FindSharedRooms)
|
golangci-lint:
clientapi/clientapi_test.go#L1690
not enough arguments in call to oc.Load
|
golangci-lint:
clientapi/clientapi_test.go#L1700
not enough arguments in call to oc.GenerateAndUploadCrossSigningKeys
|
golangci-lint:
clientapi/clientapi_test.go#L1721
not enough arguments in call to oc.SignOwnMasterKey
|
golangci-lint:
userapi/storage/sqlite3/deltas/2022110411000000_server_names.go#L89
string `_tmp` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
syncapi/storage/postgres/account_data_table.go#L62
string ` AND ( $4::text[] IS NULL OR type LIKE ANY($4) )` has 3 occurrences, make it a constant (goconst)
|
golangci-lint:
syncapi/storage/postgres/output_room_events_table.go#L113
string ` AND ( $7::text[] IS NULL OR NOT(type LIKE ANY($7)) )` has 4 occurrences, make it a constant (goconst)
|
golangci-lint:
syncapi/storage/postgres/account_data_table.go#L57
string ` RETURNING id` has 5 occurrences, make it a constant (goconst)
|
golangci-lint:
syncapi/storage/postgres/account_data_table.go#L63
string ` AND ( $5::text[] IS NULL OR NOT(type LIKE ANY($5)) )` has 3 occurrences, make it a constant (goconst)
|
The logs for this run have expired and are no longer available.
Loading