mirror of
https://github.com/go-acme/lego.git
synced 2024-12-04 19:45:28 +02:00
1b12c25e43
* feat: add linters. * fix: lint.
26 lines
330 B
JSON
26 lines
330 B
JSON
{
|
|
"Vendor": true,
|
|
"Test": true,
|
|
"Sort": [
|
|
"path",
|
|
"line",
|
|
"column",
|
|
"linter",
|
|
"severity"
|
|
],
|
|
"Cyclo": 12,
|
|
"Enable": [
|
|
"gotypex",
|
|
"varcheck",
|
|
"gotype",
|
|
"interfacer",
|
|
"misspell",
|
|
"ineffassign",
|
|
"golint",
|
|
"vet",
|
|
"gosimple"
|
|
],
|
|
"Exclude": [],
|
|
"Deadline": "2m"
|
|
}
|