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

19 lines
309 B
YAML
Raw Normal View History

2025-02-08 16:32:45 +03: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