all_platform/vendor/github.com/spf13/afero/.golangci.yaml
2025-03-16 23:57:25 +08:00

19 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