diff options
author | spreis <spreis@yandex-team.ru> | 2022-04-07 02:32:25 +0300 |
---|---|---|
committer | spreis <spreis@yandex-team.ru> | 2022-04-07 02:32:25 +0300 |
commit | d0e1c0a8465bef92cbfbacf70a622e99d189389a (patch) | |
tree | 0c4654e9b858164a2b348290bc5d763f94481436 | |
parent | 7064274e4d57b100a67603519e6248e6f291aa4d (diff) | |
download | ydb-d0e1c0a8465bef92cbfbacf70a622e99d189389a.tar.gz |
[DEVTOOLS-4034] Enable check of RECURSE w/o ya.make
ref:dbba9539d718ce71e4da19e54d2690b84a2ca0dd
-rw-r--r-- | build/conf/settings.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/conf/settings.conf b/build/conf/settings.conf index a1bd72e24c..fe8c7283ab 100644 --- a/build/conf/settings.conf +++ b/build/conf/settings.conf @@ -3,6 +3,7 @@ JSON_CACHE_IS_ATTACHED=yes USE_ADDINCL_WITHOUT_FOR_AS_ADDINCL_FOR_C=yes LANGS_REQUIRE_BUILD_AND_SRC_ROOTS=c asm cython proto flatc swig ydl nlg CHECK_GO_INCORRECT_DEPS=yes +REPORT_RECURSE_NO_YAMAKE=yes CHKPEERS_GLOBAL_SRCS=no when ($AUTOCHECK == "yes") { |