16 lines
291 B
JSON
16 lines
291 B
JSON
{
|
|
"Linters": {
|
|
"vet": "go tool vet -composites=false :PATH:LINE:MESSAGE"
|
|
},
|
|
"Enable": [
|
|
"golint",
|
|
"vet",
|
|
"ineffassign",
|
|
"unparam",
|
|
"unconvert",
|
|
"misspell"
|
|
],
|
|
"Deadline": "500s",
|
|
"Vendor": true,
|
|
"Cyclo": 11
|
|
} |