ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

enabled forbidigo

Open size12 opened this issue 1 year ago • 1 comments

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

size12 avatar Jan 25 '24 17:01 size12

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.

size12 avatar Jan 25 '24 18:01 size12