mirror of
https://github.com/containous/traefik.git
synced 2025-01-08 21:17:56 +03:00
chore: add gometlinter configuration.
This commit is contained in:
parent
fcdeec0bfa
commit
8068057040
42
.gometalinter.json
Normal file
42
.gometalinter.json
Normal file
@ -0,0 +1,42 @@
|
|||||||
|
{
|
||||||
|
"Vendor": true,
|
||||||
|
"Sort": [
|
||||||
|
"path",
|
||||||
|
"line",
|
||||||
|
"column",
|
||||||
|
"severity",
|
||||||
|
"linter"
|
||||||
|
],
|
||||||
|
"Test": true,
|
||||||
|
"Cyclo": 15,
|
||||||
|
"Enable": [
|
||||||
|
"gotypex",
|
||||||
|
"nakedret",
|
||||||
|
"vet",
|
||||||
|
"goimports",
|
||||||
|
"golint",
|
||||||
|
"ineffassign",
|
||||||
|
"gotype",
|
||||||
|
"misspell",
|
||||||
|
"structcheck",
|
||||||
|
"gosimple",
|
||||||
|
"unconvert",
|
||||||
|
"varcheck",
|
||||||
|
"errcheck",
|
||||||
|
"unused",
|
||||||
|
"deadcode",
|
||||||
|
"staticcheck"
|
||||||
|
],
|
||||||
|
"Disable": [
|
||||||
|
"gas",
|
||||||
|
"maligned",
|
||||||
|
"interfacer",
|
||||||
|
"goconst",
|
||||||
|
"gocyclo",
|
||||||
|
"vetshadow"
|
||||||
|
],
|
||||||
|
"Exclude": [
|
||||||
|
"autogen/.*"
|
||||||
|
],
|
||||||
|
"Deadline": "5m"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user