diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-03-15 13:35:56 +0300 |
commit | 094638589de6a6c9f91fad0005843fc1c1adc957 (patch) | |
tree | 7d55b9e950eb724da222548997547bf6710b1b58 /build/rules | |
parent | bc921e787bed8a51a43725b78382e806800c44c1 (diff) | |
download | ydb-094638589de6a6c9f91fad0005843fc1c1adc957.tar.gz |
intermediate changes
ref:ca7a95e8c9a9d780f96497136a152091d54e61b5
Diffstat (limited to 'build/rules')
-rw-r--r-- | build/rules/flake8/ya.make | 1 | ||||
-rw-r--r-- | build/rules/go/ya.make | 1 | ||||
-rw-r--r-- | build/rules/jstyle/ya.make | 1 | ||||
-rw-r--r-- | build/rules/maps/ya.make | 1 | ||||
-rw-r--r-- | build/rules/py2_deprecation/ya.make | 6 | ||||
-rw-r--r-- | build/rules/ya.make | 1 |
6 files changed, 0 insertions, 11 deletions
diff --git a/build/rules/flake8/ya.make b/build/rules/flake8/ya.make deleted file mode 100644 index c77a54d621..0000000000 --- a/build/rules/flake8/ya.make +++ /dev/null @@ -1 +0,0 @@ -OWNER(g:yatest g:python-contrib) diff --git a/build/rules/go/ya.make b/build/rules/go/ya.make deleted file mode 100644 index f6443653c0..0000000000 --- a/build/rules/go/ya.make +++ /dev/null @@ -1 +0,0 @@ -OWNER(g:go-library) diff --git a/build/rules/jstyle/ya.make b/build/rules/jstyle/ya.make deleted file mode 100644 index dd09a3a75d..0000000000 --- a/build/rules/jstyle/ya.make +++ /dev/null @@ -1 +0,0 @@ -OWNER(g:yatest g:java-contrib) diff --git a/build/rules/maps/ya.make b/build/rules/maps/ya.make deleted file mode 100644 index b73cd6d73c..0000000000 --- a/build/rules/maps/ya.make +++ /dev/null @@ -1 +0,0 @@ -OWNER(g:maps-dragon-fighters) diff --git a/build/rules/py2_deprecation/ya.make b/build/rules/py2_deprecation/ya.make deleted file mode 100644 index f488d5e97b..0000000000 --- a/build/rules/py2_deprecation/ya.make +++ /dev/null @@ -1,6 +0,0 @@ -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`.) - -END() diff --git a/build/rules/ya.make b/build/rules/ya.make deleted file mode 100644 index cc926680e8..0000000000 --- a/build/rules/ya.make +++ /dev/null @@ -1 +0,0 @@ -OWNER(g:ymake g:contrib) |