diff options
author | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 00:22:12 +0300 |
---|---|---|
committer | prettyboy <prettyboy@yandex-team.com> | 2023-09-08 00:46:04 +0300 |
commit | 3a6cd865171eed9b89bf536cd242285f8b583a91 (patch) | |
tree | 25e2756c125f7484fb118e0d5724212199662389 /build/plugins/ytest.py | |
parent | 67f3f216950849664a29035458cfaa5d12a62846 (diff) | |
download | ydb-3a6cd865171eed9b89bf536cd242285f8b583a91.tar.gz |
[build/plugins/ytest] Allow prebuilt linters for opensource
Без этого, ydb или не сможет запускать flake8 с помощью ya make.
Или к ним поедет сборка flake8.
Возможно последнее и не так плохо, но сейчас предлагается пока так
Diffstat (limited to 'build/plugins/ytest.py')
-rw-r--r-- | build/plugins/ytest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build/plugins/ytest.py b/build/plugins/ytest.py index 32f1289e45e..243c2e43c88 100644 --- a/build/plugins/ytest.py +++ b/build/plugins/ytest.py @@ -1244,9 +1244,6 @@ def on_add_linter_check(unit, *args): if no_lint_value in ("none", "none_internal"): return - if unit.get("OPENSOURCE") == "yes": - return - keywords = { "DEPENDS": unlimited, "FILES": unlimited, |