4a75b72fd3
Enable static checks
16 lines
240 B
JSON
16 lines
240 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"EnableGC": true,
|
|
"Enable": [
|
|
"structcheck",
|
|
"staticcheck",
|
|
"unconvert",
|
|
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"vet"
|
|
]
|
|
}
|