mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-07 22:20:24 +00:00
15 lines
225 B
JSON
15 lines
225 B
JSON
{
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"vet",
|
|
"golint",
|
|
"gofmt",
|
|
"deadcode",
|
|
"goimports",
|
|
"misspell",
|
|
"gosimple",
|
|
"ineffassign"
|
|
],
|
|
"Deadline": "5m"
|
|
}
|