diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-13 12:16:37 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-04-13 12:16:37 +0300 |
commit | 7a67b298c60dfee4b9d9bb4109a7862b6e37659d (patch) | |
tree | bfa7c5fe109d6ad511e608d9012ff1ddb83ddba7 | |
parent | 894bc34ce77e27148d60214b7ba093cc100ff299 (diff) | |
download | ydb-7a67b298c60dfee4b9d9bb4109a7862b6e37659d.tar.gz |
intermediate changes
ref:a8ee71958dc04ba409e42c7a0a6a401f16af1e6a
-rw-r--r-- | build/rules/autocheck.blacklist | 2 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 049f05eee9c..20937a35d39 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -1059,3 +1059,5 @@ intranet/lms commerce/expert-office commerce/expert-api commerce/expert-front +data-ui/cloud-console +trust/frontend/trust-frontend diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index 35b9e425792..2968569e32c 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -906,6 +906,9 @@ ALLOW .* -> vendor/github.com/zeebo/bencode # CONTRIB-2516 ALLOW .* -> vendor/github.com/gocql/gocql +# CONTRIB-2524 +ALLOW .* -> vendor/github.com/ryanrolds/sqlclosecheck + # # Tools # |