Files
aptly/linter.json
2017-04-27 18:34:30 +03:00

14 lines
203 B
JSON

{
"DisableAll": true,
"Enable": [
"vet",
"golint",
"gofmt",
"deadcode",
"goimports",
"misspell",
"gosimple",
"ineffassign"
]
}