batmon/vendor/github.com/spf13/afero/.golangci.yaml

19 lines
309 B
YAML
Raw Normal View History

2025-01-10 13:21:32 +00:00
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