mirror of
https://github.com/go-gitea/gitea
synced 2025-08-25 02:48:27 +00:00
[Vendor] update go-swagger v0.21.0 -> v0.25.0 (#12670)
* Update go-swagger * vendor
This commit is contained in:
27
vendor/github.com/spf13/viper/.golangci.yml
generated
vendored
Normal file
27
vendor/github.com/spf13/viper/.golangci.yml
generated
vendored
Normal file
@@ -0,0 +1,27 @@
|
||||
linters-settings:
|
||||
golint:
|
||||
min-confidence: 0.1
|
||||
goimports:
|
||||
local-prefixes: github.com/spf13/viper
|
||||
|
||||
linters:
|
||||
enable-all: true
|
||||
disable:
|
||||
- funlen
|
||||
- maligned
|
||||
|
||||
# TODO: fix me
|
||||
- wsl
|
||||
- gochecknoinits
|
||||
- gosimple
|
||||
- gochecknoglobals
|
||||
- errcheck
|
||||
- lll
|
||||
- godox
|
||||
- scopelint
|
||||
- gocyclo
|
||||
- gocognit
|
||||
- gocritic
|
||||
|
||||
service:
|
||||
golangci-lint-version: 1.21.x
|
Reference in New Issue
Block a user