mirror of
https://github.com/Luzifer/gcr-clean.git
synced 2024-12-23 11:51:19 +00:00
17 lines
240 B
JSON
17 lines
240 B
JSON
|
{
|
||
|
"Vendor": true,
|
||
|
"Deadline": "2m",
|
||
|
"Sort": ["linter", "severity", "path", "line"],
|
||
|
"EnableGC": true,
|
||
|
"Enable": [
|
||
|
"structcheck",
|
||
|
"staticcheck",
|
||
|
"unconvert",
|
||
|
|
||
|
"gofmt",
|
||
|
"goimports",
|
||
|
"golint",
|
||
|
"vet"
|
||
|
]
|
||
|
}
|