mirror of
https://github.com/octoleo/restic.git
synced 2024-11-11 15:51:02 +00:00
21 lines
282 B
JSON
21 lines
282 B
JSON
{
|
|
"Vendor": true,
|
|
"Deadline": "2m",
|
|
"Sort": ["linter", "severity", "path", "line"],
|
|
"Enable": [
|
|
"deadcode",
|
|
"errcheck",
|
|
"structcheck",
|
|
"unused",
|
|
"varcheck",
|
|
"unconvert",
|
|
"gofmt",
|
|
"goimports",
|
|
"golint",
|
|
"ineffassign",
|
|
"vet",
|
|
"goconst",
|
|
"megacheck"
|
|
]
|
|
}
|