mirror of
https://github.com/NotAShelf/batmon.git
synced 2025-01-31 22:32:27 +00:00
19 lines
309 B
YAML
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
|