0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-08-04 19:24:46 +02:00
dendrite/linter.json

23 lines
377 B
JSON
Raw Normal View History

{
"Vendor": true,
"Cyclo": 12,
"Deadline": "5m",
"Enable": [
"vetshadow",
"deadcode",
"gocyclo",
"golint",
"varcheck",
"structcheck",
"maligned",
"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"
]
}