mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 04:20:25 +00:00
6aa05b3981
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.9.0 to 1.10.1. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.9.0...v1.10.1) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
94 lines
1.8 KiB
YAML
94 lines
1.8 KiB
YAML
run:
|
|
timeout: 5m
|
|
|
|
linters-settings:
|
|
gci:
|
|
local-prefixes: github.com/spf13/viper
|
|
golint:
|
|
min-confidence: 0
|
|
goimports:
|
|
local-prefixes: github.com/spf13/viper
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- bodyclose
|
|
- deadcode
|
|
- dogsled
|
|
- dupl
|
|
- durationcheck
|
|
- exhaustive
|
|
- exportloopref
|
|
- gci
|
|
- gofmt
|
|
- gofumpt
|
|
- goimports
|
|
- gomoddirectives
|
|
- goprintffuncname
|
|
- govet
|
|
- importas
|
|
- ineffassign
|
|
- makezero
|
|
- misspell
|
|
- nakedret
|
|
- nilerr
|
|
- noctx
|
|
- nolintlint
|
|
- prealloc
|
|
- predeclared
|
|
- revive
|
|
- rowserrcheck
|
|
- sqlclosecheck
|
|
- staticcheck
|
|
- structcheck
|
|
- stylecheck
|
|
- tparallel
|
|
- typecheck
|
|
- unconvert
|
|
- unparam
|
|
- unused
|
|
- varcheck
|
|
- wastedassign
|
|
- whitespace
|
|
|
|
# fixme
|
|
# - cyclop
|
|
# - errcheck
|
|
# - errorlint
|
|
# - exhaustivestruct
|
|
# - forbidigo
|
|
# - forcetypeassert
|
|
# - gochecknoglobals
|
|
# - gochecknoinits
|
|
# - gocognit
|
|
# - goconst
|
|
# - gocritic
|
|
# - gocyclo
|
|
# - godot
|
|
# - gosec
|
|
# - gosimple
|
|
# - ifshort
|
|
# - lll
|
|
# - nlreturn
|
|
# - paralleltest
|
|
# - scopelint
|
|
# - thelper
|
|
# - wrapcheck
|
|
|
|
# unused
|
|
# - depguard
|
|
# - goheader
|
|
# - gomodguard
|
|
|
|
# don't enable:
|
|
# - asciicheck
|
|
# - funlen
|
|
# - godox
|
|
# - goerr113
|
|
# - gomnd
|
|
# - interfacer
|
|
# - maligned
|
|
# - nestif
|
|
# - testpackage
|
|
# - wsl
|