mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-12 09:23:09 -06:00
Add config for 'fast' linters
This commit is contained in:
parent
4cd0f8251a
commit
b9e82d60fa
15
linter-fast.json
Normal file
15
linter-fast.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"Vendor": true,
|
||||
"Cyclo": 12,
|
||||
"Deadline": "5m",
|
||||
"Enable": [
|
||||
"vetshadow",
|
||||
"gotype",
|
||||
"deadcode",
|
||||
"gocyclo",
|
||||
"ineffassign",
|
||||
"gas",
|
||||
"misspell",
|
||||
"errcheck"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue