diff options
author | ionagamed <ionagamed@yandex-team.com> | 2024-03-20 12:52:47 +0300 |
---|---|---|
committer | ionagamed <ionagamed@yandex-team.com> | 2024-03-20 13:27:26 +0300 |
commit | 905778d78077740288b8a35d29e74e15861714ef (patch) | |
tree | f15fbea199f42a432181d5a34fda5fcb22f89477 /build | |
parent | d4b6beb83556b5078714a0c4b2b16e104eb9f9ab (diff) | |
download | ydb-905778d78077740288b8a35d29e74e15861714ef.tar.gz |
remove CPP_STYLE_TEST_14
32fac09ac9f99b915e4841566688daada3dc01ac
Diffstat (limited to 'build')
-rw-r--r-- | build/ymake.core.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index acc6d1d4f5..d8b88bb3f3 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -1617,12 +1617,6 @@ macro LINT(level) { } # tag:cpp-specific tag:test -module CPP_STYLE_TEST_14: PY3TEST_BIN { - DEPENDS(contrib/libs/clang14/tools/clang-format) - PEERDIR+=library/python/cpp_test -} - -# tag:cpp-specific tag:test module CPP_STYLE_TEST_16: PY3TEST_BIN { DEPENDS(contrib/libs/clang16/tools/clang-format) PEERDIR+=library/python/cpp_test |