0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-09 12:41:54 +02:00
dendrite/linter.json
2017-09-20 14:54:17 +01:00

22 lines
378 B
JSON

{
"Vendor": true,
"Cyclo": 12,
"Deadline": "5m",
"Enable": [
"vetshadow",
"gotype",
"deadcode",
"gocyclo",
"golint",
"varcheck",
"structcheck",
"aligncheck",
"ineffassign",
"gas",
"misspell",
"unparam",
"errcheck",
"vet",
"megacheck"
]
}