summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/go-openapi/spec/.golangci.yml
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-09-01 16:01:23 +0200
committerGitHub <noreply@github.com>2020-09-01 10:01:23 -0400
commit3270e7a4435fceb757728dfc319fc04077a37caf (patch)
tree60dcaf02442e930c0b2c7bd7fe0f0b00190a402f /vendor/github.com/go-openapi/spec/.golangci.yml
parent66843f22375b67a58746dac508b71200a96e68d6 (diff)
downloadgitea-3270e7a4435fceb757728dfc319fc04077a37caf.tar.gz
gitea-3270e7a4435fceb757728dfc319fc04077a37caf.zip
[Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)
* Update go-swagger * vendor
Diffstat (limited to 'vendor/github.com/go-openapi/spec/.golangci.yml')
-rw-r--r--vendor/github.com/go-openapi/spec/.golangci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/github.com/go-openapi/spec/.golangci.yml b/vendor/github.com/go-openapi/spec/.golangci.yml
index 3e33f9f2e3..4e17ed4979 100644
--- a/vendor/github.com/go-openapi/spec/.golangci.yml
+++ b/vendor/github.com/go-openapi/spec/.golangci.yml
@@ -21,3 +21,8 @@ linters:
- lll
- gochecknoinits
- gochecknoglobals
+ - funlen
+ - godox
+ - gocognit
+ - whitespace
+ - wsl