update dependency

This commit is contained in:
Wiley Wang
2018-09-17 03:20:28 +00:00
parent 2e6bf0f566
commit db08431ac1
99 changed files with 15839 additions and 24 deletions

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

@@ -0,0 +1,20 @@
linters-settings:
govet:
check-shadowing: true
golint:
min-confidence: 0
gocyclo:
min-complexity: 25
maligned:
suggest-new: true
dupl:
threshold: 100
goconst:
min-len: 2
min-occurrences: 2
linters:
enable-all: true
disable:
- maligned
- unparam