ydb-go-sdk
ydb-go-sdk copied to clipboard
enabled forbidigo
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
Pull request type
Please check the type of change your PR introduces:
- [ ] Bugfix
- [ ] Feature
- [x] Code style update (formatting, renaming)
- [x] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] Documentation content changes
- [ ] Other (please describe):
What is the current behavior?
Issue Number: #932
What is the new behavior?
Other information
tried to exclude examples folder in linter configuration like this:
- path: ../examples
linters:
- forbidigo
commit but for some reason this solution didn't work. Edited linter CI, to exclude examples and slo folders.