mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
14 lines
203 B
JSON
14 lines
203 B
JSON
{
|
|
"DisableAll": true,
|
|
"Enable": [
|
|
"vet",
|
|
"golint",
|
|
"gofmt",
|
|
"deadcode",
|
|
"goimports",
|
|
"misspell",
|
|
"gosimple",
|
|
"ineffassign"
|
|
]
|
|
}
|