diff options
author | melkikh <melkikh@yandex-team.ru> | 2022-02-10 16:51:06 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:51:06 +0300 |
commit | 1cb6764bee65868c4e8c053d368553c09baf0b65 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 | |
parent | 620b5114b06046ee7c6e92f1ccbf11a0b4248f69 (diff) | |
download | ydb-1cb6764bee65868c4e8c053d368553c09baf0b65.tar.gz |
Restoring authorship annotation for <melkikh@yandex-team.ru>. Commit 2 of 2.
-rw-r--r-- | build/conf/rules.conf | 4 | ||||
-rw-r--r-- | build/rules/go/vendor.policy | 14 | ||||
-rw-r--r-- | build/rules/yadi.policy | 2 |
3 files changed, 10 insertions, 10 deletions
diff --git a/build/conf/rules.conf b/build/conf/rules.conf index c9ccf2c99f..51bf1baa52 100644 --- a/build/conf/rules.conf +++ b/build/conf/rules.conf @@ -15,8 +15,8 @@ PEERDIRS_RULES_PATH=\ build/rules/taxi.policy \ build/rules/yp.policy \ build/rules/alice.policy \ - build/rules/kikimr.policy \ - build/rules/yadi.policy + build/rules/kikimr.policy \ + build/rules/yadi.policy CHECK_INTERNAL=yes INTERNAL_EXCEPTIONS=\ diff --git a/build/rules/go/vendor.policy b/build/rules/go/vendor.policy index aa9622e8c0..3e9c0acada 100644 --- a/build/rules/go/vendor.policy +++ b/build/rules/go/vendor.policy @@ -637,9 +637,9 @@ ALLOW .* -> vendor/github.com/google/cel-go # CONTRIB-1654 Hard to misuse extensible crypto library ALLOW .* -> vendor/github.com/google/tink/go -# CONTRIB-1907 Parser of the Graphviz DOT language -ALLOW .* -> vendor/github.com/awalterschulze/gographviz - +# CONTRIB-1907 Parser of the Graphviz DOT language +ALLOW .* -> vendor/github.com/awalterschulze/gographviz + # CONTRIB-1923 memcache client ALLOW .* -> vendor/github.com/bradfitz/gomemcache @@ -1013,10 +1013,10 @@ ALLOW load/projects/pandora -> vendor/github.com/onsi/ginkgo # CONTRIB-2029 ALLOW load/projects/pandora -> vendor/github.com/magiconair/properties/assert -# CONTRIB-2255 -ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-event-hubs-go/v3 -ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-amqp-common-go/v3/sas - +# CONTRIB-2255 +ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-event-hubs-go/v3 +ALLOW transfer_manager/go/pkg/source/eventhub -> vendor/github.com/Azure/azure-amqp-common-go/v3/sas + # CONTRIB-2347 ALLOW trust/psp/core/go -> vendor/github.com/gorilla/mux ALLOW trust/psp/core/handler -> vendor/github.com/gorilla/mux diff --git a/build/rules/yadi.policy b/build/rules/yadi.policy index 00c721e3d0..6196552936 100644 --- a/build/rules/yadi.policy +++ b/build/rules/yadi.policy @@ -1 +1 @@ -# There will be policy from Yadi: YADI-105
\ No newline at end of file +# There will be policy from Yadi: YADI-105
\ No newline at end of file |