2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-07 19:40:49 +00:00
restic/vendor/github.com/cpuguy83/go-md2man/.gometalinter.json
2018-03-30 11:48:16 +02:00

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"
]
}