mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-02 14:09:09 +01:00
561315e1d6
* Check that gofmt has been run * gofmt files * Tabs and spaces
17 lines
273 B
JSON
17 lines
273 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"errcheck",
|
|
"vet",
|
|
"gofmt",
|
|
"goconst"
|
|
]
|
|
}
|