mirror of https://github.com/restic/restic.git
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"
|
||
|
]
|
||
|
}
|