diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-04 14:09:55 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-04 14:09:55 +0300 |
commit | 56f87e92d333c50849392be4b3fe1e79c36d096f (patch) | |
tree | 04928cc20aaf4c435644bd95837457c9946778e8 | |
parent | 8747f5ca7329f26daf886c6a974ac9a36913c88f (diff) | |
download | ydb-56f87e92d333c50849392be4b3fe1e79c36d096f.tar.gz |
intermediate changes
ref:7138541256ab59296e4a975ee083e4bf67d579c3
-rw-r--r-- | build/rules/autocheck.blacklist | 5 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 4 |
2 files changed, 9 insertions, 0 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 0d112eeb86b..a1b344dda36 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -291,3 +291,8 @@ pr/contacts/dockerfiles milab/frontend/cities-quiz intranet/feedback taxi/lavka/platform/packages/currency2text +devtools/fei-schedulers +taxi/github/loveka-robotics/libraries/stm32/stm32pp +taxi/lavka/platform/packages/mouse +pr/contacts/api +pr/contacts/frontend diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 9f28d627037..301ebfa68b8 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -1087,6 +1087,10 @@ DENY .* -> vendor/github.com/anatol/luks.go;test DENY .* -> vendor/github.com/anatol/vmtest;test DENY .* -> vendor/github.com/anatol/devmapper.go;test +# CONTRIB-2497 +ALLOW .* -> vendor/github.com/chzyer/readline +DENY .* -> vendor/github.com/chzyer/readline;test + # CONTRIB-2498 ALLOW .* -> vendor/github.com/fatih/color |