diff options
author | Nikita Slyusarev <nslus@yandex-team.com> | 2022-02-10 16:46:52 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:52 +0300 |
commit | cd77cecfc03a3eaf87816af28a33067c4f0cdb59 (patch) | |
tree | 1308e0bae862d52e0020d881fe758080437fe389 /build/rules | |
parent | cdae02d225fb5b3afbb28990e79a7ac6c9125327 (diff) | |
download | ydb-cd77cecfc03a3eaf87816af28a33067c4f0cdb59.tar.gz |
Restoring authorship annotation for Nikita Slyusarev <nslus@yandex-team.com>. Commit 1 of 2.
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/autocheck.blacklist | 4 | ||||
-rw-r--r-- | build/rules/local.blacklist | 2 | ||||
-rw-r--r-- | build/rules/py2_deprecation/ya.make | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/build/rules/autocheck.blacklist b/build/rules/autocheck.blacklist index 8711560ed3..07282ba68d 100644 --- a/build/rules/autocheck.blacklist +++ b/build/rules/autocheck.blacklist @@ -9,7 +9,7 @@ data-ui/unity direct/frontend/services direct/frontend/packages drive/pyback -fintech/frontend +fintech/frontend frontend games/frontend junk @@ -19,7 +19,7 @@ maps/front mobile music/frontend serp/hermione -zen/frontend +zen/frontend taxi/lavka/frontend velocity/error-booster/error-booster-queue velocity/error-booster/market diff --git a/build/rules/local.blacklist b/build/rules/local.blacklist index 46d8cff894..0612cdeb60 100644 --- a/build/rules/local.blacklist +++ b/build/rules/local.blacklist @@ -1,3 +1,3 @@ # Local blacklist # The list of top level directories excluded from local build -mobile +mobile diff --git a/build/rules/py2_deprecation/ya.make b/build/rules/py2_deprecation/ya.make index f488d5e97b..14295798da 100644 --- a/build/rules/py2_deprecation/ya.make +++ b/build/rules/py2_deprecation/ya.make @@ -1,6 +1,6 @@ OWNER(g:ymake) RESOURCES_LIBRARY() -MESSAGE(WARNING You are using deprecated Python2-only code. Please consider rewriting to Python 3. To list all such errors use `ya make -DFAIL_PY2`.) +MESSAGE(WARNING You are using deprecated Python2-only code. Please consider rewriting to Python 3. To list all such errors use `ya make -DFAIL_PY2`.) END() |