0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-09-17 00:18:55 +02:00
dendrite/linter.json

24 lines
397 B
JSON
Raw Normal View History

{
"Vendor": true,
"Cyclo": 12,
"Deadline": "5m",
"Enable": [
"vetshadow",
"gotype",
"deadcode",
"gocyclo",
"golint",
"varcheck",
"structcheck",
"aligncheck",
"ineffassign",
"gas",
"misspell",
"unparam",
2017-09-20 14:40:22 +02:00
"errcheck",
2017-09-20 15:15:38 +02:00
"vet",
2017-09-20 16:25:25 +02:00
"megacheck",
"goconst"
]
}