* bump gomatrixserverlib (changes to KeyFetcher and KeyDatabase interfaces) * Store keys rather than json in the keydatabase Rather than storing the raw JSON returned from a /keys/v1/query call in the table, store the key itself. This makes keydb.Database implement the updated KeyDatabase interface.
26 lines
461 B
JSON
26 lines
461 B
JSON
{
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vet",
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"golint",
|
|
"varcheck",
|
|
"structcheck",
|
|
"maligned",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"gosimple",
|
|
"megacheck",
|
|
"unparam",
|
|
"goimports",
|
|
"goconst",
|
|
"unconvert",
|
|
"errcheck",
|
|
"interfacer",
|
|
"testify"
|
|
]
|
|
}
|