Merge branch v2.9 into master
This commit is contained in:
commit
a5c520664a
36 changed files with 854 additions and 947 deletions
|
@ -110,6 +110,7 @@
|
|||
"github.com/mailgun/minheap",
|
||||
"github.com/mailgun/multibuf",
|
||||
"github.com/jaguilar/vt100",
|
||||
"github.com/BurntSushi/toml",
|
||||
]
|
||||
|
||||
[linters]
|
||||
|
@ -244,4 +245,10 @@
|
|||
[[issues.exclude-rules]]
|
||||
path = "pkg/provider/acme/provider.go"
|
||||
text = "\\(\\*Provider\\)\\.resolveCertificate - result 0 \\(\\*github.com/go-acme/lego/v4/certificate.Resource\\) is never used"
|
||||
[[issues.exclude-rules]]
|
||||
path = "integration/healthcheck_test.go"
|
||||
text = "Duplicate words \\(wsp2,\\) found"
|
||||
[[issues.exclude-rules]]
|
||||
path = "pkg/types/domain_test.go"
|
||||
text = "Duplicate words \\(sub\\) found"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue