Fix openapi schema (#2013)

* fix openapi spec

fix openapi schema bug

* fix api schema bug
This commit is contained in:
zryfish
2020-04-16 15:27:19 +08:00
committed by GitHub
parent ff7f99c589
commit b51013333d
92 changed files with 13544 additions and 6742 deletions

22
vendor/github.com/go-openapi/loads/.golangci.yml generated vendored Normal file
View File

@@ -0,0 +1,22 @@
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
- gochecknoinits