mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-02 14:09:09 +01:00
8a36a7e89b
* Add errcheck linter * Add config for 'fast' linters * Fix errcheck lint stuff * Fix errcheck lint
15 lines
240 B
JSON
15 lines
240 B
JSON
{
|
|
"Vendor": true,
|
|
"Cyclo": 12,
|
|
"Deadline": "5m",
|
|
"Enable": [
|
|
"vetshadow",
|
|
"gotype",
|
|
"deadcode",
|
|
"gocyclo",
|
|
"ineffassign",
|
|
"gas",
|
|
"misspell",
|
|
"errcheck"
|
|
]
|
|
}
|