mirror of
https://github.com/mudler/luet.git
synced 2025-09-09 19:19:49 +00:00
Update vendor
This commit is contained in:
20
vendor/github.com/go-openapi/errors/.golangci.yml
generated
vendored
Normal file
20
vendor/github.com/go-openapi/errors/.golangci.yml
generated
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
linters-settings:
|
||||
govet:
|
||||
check-shadowing: true
|
||||
golint:
|
||||
min-confidence: 0
|
||||
gocyclo:
|
||||
min-complexity: 30
|
||||
maligned:
|
||||
suggest-new: true
|
||||
dupl:
|
||||
threshold: 100
|
||||
goconst:
|
||||
min-len: 2
|
||||
min-occurrences: 4
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- maligned
|
||||
- lll
|
||||
- gochecknoglobals
|
Reference in New Issue
Block a user