4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-01-13 10:56:28 +00:00
dendrite/linter-fast.json
Erik Johnston 561315e1d6
Add gofmt linter ()
* Check that gofmt has been run

* gofmt files

* Tabs and spaces
2017-11-16 10:12:02 +00:00

18 lines
273 B
JSON

{
"Vendor": true,
"Cyclo": 12,
"Deadline": "5m",
"Enable": [
"vetshadow",
"deadcode",
"gocyclo",
"ineffassign",
"gas",
"misspell",
"errcheck",
"vet",
"gofmt",
"goconst"
]
}