diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 14:55:32 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-07 14:55:32 +0300 |
commit | 0a59364b394518e22603564bf13f2e0311f29e63 (patch) | |
tree | d62a03263b58498bbb65e6be7ca246fd201cf946 /build | |
parent | 8c665631545222b6945d33421445be403da8198d (diff) | |
download | ydb-0a59364b394518e22603564bf13f2e0311f29e63.tar.gz |
intermediate changes
ref:d6fb3679f285a2ea949a6600d9e0cb8fbe6ee96e
Diffstat (limited to 'build')
-rw-r--r-- | build/rules/autocheck.blacklist | 3 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 79ea228d48..d7d8f24044 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -691,3 +691,6 @@ market/front/libs/validator market/front/libs/hermione-page-object market/mbo/archive/strict-web market/front/libs/provision +portal/archive/xscript-admin +market/front/libs/geobase-native-driver +trust/billing-autotesting-venv diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index c809cb4247..35b9e42579 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -904,7 +904,7 @@ ALLOW .* -> vendor/github.com/google/brotli/go/cbrotli ALLOW .* -> vendor/github.com/zeebo/bencode # CONTRIB-2516 -ALLOW .* -> github.com/gocql/gocql +ALLOW .* -> vendor/github.com/gocql/gocql # # Tools |