diff options
author | Ilnur Khuziev <ilnur.khuziev@yandex.ru> | 2022-02-10 16:46:14 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:14 +0300 |
commit | 60040c91ffe701a84689b2c6310ff845e65cff42 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/rules | |
parent | 736dcd8ca259457a136f2f9f9168c44643914323 (diff) | |
download | ydb-60040c91ffe701a84689b2c6310ff845e65cff42.tar.gz |
Restoring authorship annotation for Ilnur Khuziev <ilnur.khuziev@yandex.ru>. Commit 2 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/contrib_deps.policy | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/contrib_deps.policy b/build/rules/contrib_deps.policy index 912e078147..9af4b85cc2 100644 --- a/build/rules/contrib_deps.policy +++ b/build/rules/contrib_deps.policy @@ -2,9 +2,9 @@ ALLOW contrib/clickhouse -> library/cpp/consistent_hashing ALLOW contrib -> contrib ALLOW contrib -> build ALLOW contrib -> library/python/resource -ALLOW contrib -> library/cpp/testing/unittest_main -ALLOW contrib -> library/cpp/testing/unittest -ALLOW contrib -> library/cpp/getopt +ALLOW contrib -> library/cpp/testing/unittest_main +ALLOW contrib -> library/cpp/testing/unittest +ALLOW contrib -> library/cpp/getopt ALLOW contrib -> library/cpp/resource ALLOW contrib -> library/cpp/charset ALLOW contrib -> library/cpp/svnversion @@ -73,4 +73,4 @@ ALLOW contrib/python/marshmallow-mongoengine/py[23]/tests -> library/python/pyte # contrib tests is written by us, hence everything is allowed ALLOW contrib/tests -> .* -DENY contrib -> .* +DENY contrib -> .* |