1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-06 16:06:56 +00:00
kyverno/vendor/gotest.tools/.gometalinter.json

32 lines
518 B
JSON

{
"Vendor": true,
"Deadline": "2m",
"Concurrency": 2,
"Sort": ["linter", "severity", "path"],
"Exclude": [
"example_test\\.go",
"assert/cmd/gty-migrate-from-testify/testdata",
"internal/difflib/difflib.go"
],
"Enable": [
"deadcode",
"errcheck",
"gocyclo",
"gofmt",
"goimports",
"golint",
"gosimple",
"ineffassign",
"interfacer",
"lll",
"misspell",
"unconvert",
"unparam",
"unused",
"vet"
],
"Cyclo": 10,
"LineLength": 100
}