diff options
author | alevitskii <alevitskii@yandex-team.com> | 2025-02-24 20:00:55 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2025-02-24 20:48:50 +0300 |
commit | c8d092b31d112aca2d54b97ccd7cfd48211fb6b1 (patch) | |
tree | 249cc47cb536bf43c88c4c91a3d07239388f9229 /build | |
parent | b8c84f9c7ab43d974ed40cc6c70be444fee759a4 (diff) | |
download | ydb-c8d092b31d112aca2d54b97ccd7cfd48211fb6b1.tar.gz |
Move custom clang-format allowed paths to plugins
Move custom clang-format allowed paths to plugins
commit_hash:a5c8a33419a83265a2d3a7969a53e0efaccb33e6
Diffstat (limited to 'build')
-rw-r--r-- | build/plugins/_dart_fields.py | 2 | ||||
-rw-r--r-- | build/plugins/lib/test_const/__init__.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/build/plugins/_dart_fields.py b/build/plugins/_dart_fields.py index 1ae0d5a5ae..8504891586 100644 --- a/build/plugins/_dart_fields.py +++ b/build/plugins/_dart_fields.py @@ -670,7 +670,7 @@ class LintConfigs: class LintExtraParams: KEY = 'LINT-EXTRA-PARAMS' - _CUSTOM_CLANG_FORMAT_BIN_ALLOWED_PATHS = consts.CUSTOM_CLANG_FORMAT_YT_ALLOWED_PATHS + _CUSTOM_CLANG_FORMAT_BIN_ALLOWED_PATHS = ('ads', 'bigrt', 'grut') @classmethod def from_macro_args(cls, unit, flat_args, spec_args): diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py index 4bf812a04e..575ec04388 100644 --- a/build/plugins/lib/test_const/__init__.py +++ b/build/plugins/lib/test_const/__init__.py @@ -476,8 +476,6 @@ AUTOINCLUDE_PATHS = ( 'build/internal/conf/autoincludes.json', ) -CUSTOM_CLANG_FORMAT_YT_ALLOWED_PATHS = ('ads', 'bigrt', 'grut') - class Status(object): GOOD, XFAIL, FAIL, XPASS, MISSING, CRASHED, TIMEOUT = range(1, 8) |