forked from lug/matterbridge
Update dependencies (#2180)
* Update dependencies * Fix whatsmeow API changes
This commit is contained in:
23
vendor/github.com/SevereCloud/vksdk/v2/.golangci.yml
generated
vendored
23
vendor/github.com/SevereCloud/vksdk/v2/.golangci.yml
generated
vendored
@@ -67,6 +67,19 @@ linters:
|
||||
- gocheckcompilerdirectives
|
||||
- asasalint
|
||||
|
||||
- musttag
|
||||
|
||||
- gosmopolitan
|
||||
- mirror
|
||||
- tagalign
|
||||
|
||||
- gochecksumtype
|
||||
- inamedparam
|
||||
- perfsprint
|
||||
- sloglint
|
||||
- testifylint
|
||||
|
||||
|
||||
# - musttag # TODO: need update golangci-lint
|
||||
# - wrapcheck # TODO: v3 Fix
|
||||
# - testpackage # TODO: Fix testpackage
|
||||
@@ -106,6 +119,10 @@ linters:
|
||||
|
||||
# - ginkgolinter
|
||||
|
||||
# - zerologlint
|
||||
# - protogetter
|
||||
# - spancheck
|
||||
|
||||
# depricated
|
||||
# - maligned
|
||||
# - interfacer
|
||||
@@ -138,3 +155,9 @@ issues:
|
||||
text: "G307:"
|
||||
|
||||
exclude-use-default: false
|
||||
|
||||
linters-settings:
|
||||
testifylint:
|
||||
enable-all: true
|
||||
disable:
|
||||
- require-error # f func false positive
|
||||
|
||||
Reference in New Issue
Block a user