diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 14:22:47 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 14:22:47 +0300 |
commit | b4891a36b5158717000521ada521ba21ce117fcd (patch) | |
tree | 08690cf0ca1a8076d410e911f17bcb309fb72c0f | |
parent | 164f9672397f990d4b9c8554f0f6fb4442b7f62f (diff) | |
download | ydb-b4891a36b5158717000521ada521ba21ce117fcd.tar.gz |
intermediate changes
ref:57e581a95666ff7eca76d5d8d71a56c31b0ab24d
-rw-r--r-- | build/rules/autocheck.blacklist | 16 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 3 |
2 files changed, 19 insertions, 0 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 324a1c20a4..1eb70bd552 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -673,3 +673,19 @@ strm/admins/yandex-strm-supres strm/admins/yandex-strm-nginx-rtmp billing/tools/orchestra billing/tools/yshanka +taxi/github/pymlaas +strm/admins/yandex-strm-nnmetr-ubic +taxi/lavka/platform/hire +strm/admins/yandex-media-common-group-checker +market/front/libs/hermione-json-reporter +market/front/libs/hermione-fair-stat-reporter +classifieds/mobile-autoru-test-discover-ios +market/front/libs/hermione-file-writer +market/front/misc/microformats +trust/trust +market/front/libs/webdriver-io-commands +market/front/libs/codestyle +market/front/libs/hermione-suite-manager +market/front/libs/gemini-extended-actions +market/front/libs/validator +market/front/libs/hermione-page-object diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 884132acc0..c809cb4247 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1097,6 +1097,9 @@ DENY .* -> vendor/github.com/chzyer/readline;test # CONTRIB-2498 ALLOW .* -> vendor/github.com/fatih/color +# CONTRIB-2519 +ALLOW .* -> vendor/github.com/nathan-osman/go-sunrise + # # This section is for EXCEPTIONS. Add new rule above, not here. # |