1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/gometalinter.json
2018-08-24 14:00:20 +08:00

19 lines
258 B
JSON

{
"Deadline": "2m",
"Enable": [
"goimports",
"golint",
"ineffassign",
"misspell",
"vet",
"varcheck",
"deadcode",
"structcheck"
],
"Exclude": [
"snapshots/",
"upstart/",
"systemd/"
],
"LineLength": 100
}