mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-21 16:57:28 -06:00
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.19.0 to 1.20.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](https://github.com/spf13/viper/compare/v1.19.0...v1.20.0) --- 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>
18 lines
309 B
YAML
18 lines
309 B
YAML
linters-settings:
|
|
gci:
|
|
sections:
|
|
- standard
|
|
- default
|
|
- prefix(github.com/spf13/afero)
|
|
|
|
linters:
|
|
disable-all: true
|
|
enable:
|
|
- gci
|
|
- gofmt
|
|
- gofumpt
|
|
- staticcheck
|
|
|
|
issues:
|
|
exclude-dirs:
|
|
- gcsfs/internal/stiface
|