mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-02 14:09:09 +01:00
c3cb6f8767
* Update gometalinter * Disable gas linter According to the gas github page: > Gas is still in alpha and accepting feedback from early adopters. We do not > consider it production ready at this time. Generally it seems to shout about a lot of things which aren't very errory, like executing subprocesses with anything other than a hardcoded commandline, and creating directories with anything other than 700 perms.
16 lines
258 B
JSON
16 lines
258 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"ineffassign",
|
|
"misspell",
|
|
"errcheck",
|
|
"vet",
|
|
"gofmt",
|
|
"goconst"
|
|
]
|
|
}
|