mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
19 lines
258 B
JSON
19 lines
258 B
JSON
{
|
|
"Deadline": "2m",
|
|
"Enable": [
|
|
"goimports",
|
|
"golint",
|
|
"ineffassign",
|
|
"misspell",
|
|
"vet",
|
|
"varcheck",
|
|
"deadcode",
|
|
"structcheck"
|
|
],
|
|
"Exclude": [
|
|
"snapshots/",
|
|
"upstart/",
|
|
"systemd/"
|
|
],
|
|
"LineLength": 100
|
|
} |