7d78e65d0c
Add semantic versioning to all services * working * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver * 1.24 mod * go upgrade * tool * Merge branch 'main' of bitbucket.org:aarete/query-orchestration into feature/semver
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
|