diff options
author | v-korovin <v-korovin@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:21 +0300 |
commit | 637de640c39b46c13f29619057a54f4cf3e1241b (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /build/conf/rules.conf | |
parent | c4e0c5d2f245076d63ccff1004c755ca0cc5d27b (diff) | |
download | ydb-637de640c39b46c13f29619057a54f4cf3e1241b.tar.gz |
Restoring authorship annotation for <v-korovin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'build/conf/rules.conf')
-rw-r--r-- | build/conf/rules.conf | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/build/conf/rules.conf b/build/conf/rules.conf index 4f470385d0..51bf1baa52 100644 --- a/build/conf/rules.conf +++ b/build/conf/rules.conf @@ -1,43 +1,43 @@ -PEERDIRS_RULES_PATH=\ - build/rules/junk.policy \ - build/rules/go/contrib.policy \ - build/rules/go/vendor.policy \ - build/rules/contrib_deprecated.policy \ - build/rules/contrib_python.policy \ - build/rules/contrib_restricted.policy \ - build/rules/contrib_deps.policy \ - build/rules/library_deps.policy \ - build/rules/library_deprecated.policy \ - build/rules/passport.policy \ - build/rules/yt.policy \ - build/rules/catboost.policy \ - build/rules/maps/maps.policy \ - build/rules/taxi.policy \ - build/rules/yp.policy \ +PEERDIRS_RULES_PATH=\ + build/rules/junk.policy \ + build/rules/go/contrib.policy \ + build/rules/go/vendor.policy \ + build/rules/contrib_deprecated.policy \ + build/rules/contrib_python.policy \ + build/rules/contrib_restricted.policy \ + build/rules/contrib_deps.policy \ + build/rules/library_deps.policy \ + build/rules/library_deprecated.policy \ + build/rules/passport.policy \ + build/rules/yt.policy \ + build/rules/catboost.policy \ + build/rules/maps/maps.policy \ + build/rules/taxi.policy \ + build/rules/yp.policy \ build/rules/alice.policy \ build/rules/kikimr.policy \ build/rules/yadi.policy - -CHECK_INTERNAL=yes -INTERNAL_EXCEPTIONS=\ - contrib \ - search/begemot/rules/internal \ - mssngr/router/lib/protos/internal \ - mssngr/router/lib/registry/method/internal \ - cv/imageproc/ocr/api/mobile_c/internal \ - kernel/ugc/security/lib/internal \ - maps/mobile/libs/mapkit/internal - -_BLACKLISTS= -when ($DISABLE_BLACKLIST == "yes") { - _BLACKLISTS= -} -elsewhen ($CUSTOM_BLACKLIST != "") { - _BLACKLISTS=$CUSTOM_BLACKLIST -} -elsewhen ($AUTOCHECK == "yes" || $TEST_BLACKLIST_AUTOCHECK == "yes") { - _BLACKLISTS+=build/rules/autocheck.blacklist -} -otherwise { - _BLACKLISTS+=build/rules/local.blacklist -} + +CHECK_INTERNAL=yes +INTERNAL_EXCEPTIONS=\ + contrib \ + search/begemot/rules/internal \ + mssngr/router/lib/protos/internal \ + mssngr/router/lib/registry/method/internal \ + cv/imageproc/ocr/api/mobile_c/internal \ + kernel/ugc/security/lib/internal \ + maps/mobile/libs/mapkit/internal + +_BLACKLISTS= +when ($DISABLE_BLACKLIST == "yes") { + _BLACKLISTS= +} +elsewhen ($CUSTOM_BLACKLIST != "") { + _BLACKLISTS=$CUSTOM_BLACKLIST +} +elsewhen ($AUTOCHECK == "yes" || $TEST_BLACKLIST_AUTOCHECK == "yes") { + _BLACKLISTS+=build/rules/autocheck.blacklist +} +otherwise { + _BLACKLISTS+=build/rules/local.blacklist +} |