Bumps [github.com/go-openapi/swag](https://github.com/go-openapi/swag) from 0.23.0 to 0.23.1. - [Commits](https://github.com/go-openapi/swag/compare/v0.23.0...v0.23.1) --- updated-dependencies: - dependency-name: github.com/go-openapi/swag dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
56 lines
879 B
YAML
56 lines
879 B
YAML
linters-settings:
|
|
gocyclo:
|
|
min-complexity: 45
|
|
dupl:
|
|
threshold: 200
|
|
goconst:
|
|
min-len: 2
|
|
min-occurrences: 3
|
|
|
|
linters:
|
|
enable-all: true
|
|
disable:
|
|
- recvcheck
|
|
- unparam
|
|
- lll
|
|
- gochecknoinits
|
|
- gochecknoglobals
|
|
- funlen
|
|
- godox
|
|
- gocognit
|
|
- whitespace
|
|
- wsl
|
|
- wrapcheck
|
|
- testpackage
|
|
- nlreturn
|
|
- errorlint
|
|
- nestif
|
|
- godot
|
|
- gofumpt
|
|
- paralleltest
|
|
- tparallel
|
|
- thelper
|
|
- exhaustruct
|
|
- varnamelen
|
|
- gci
|
|
- depguard
|
|
- errchkjson
|
|
- inamedparam
|
|
- nonamedreturns
|
|
- musttag
|
|
- ireturn
|
|
- forcetypeassert
|
|
- cyclop
|
|
# deprecated linters
|
|
#- deadcode
|
|
#- interfacer
|
|
#- scopelint
|
|
#- varcheck
|
|
#- structcheck
|
|
#- golint
|
|
#- nosnakecase
|
|
#- maligned
|
|
#- goerr113
|
|
#- ifshort
|
|
#- gomnd
|
|
#- exhaustivestruct
|