aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/_dart_fields.py
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2025-02-24 20:00:55 +0300
committeralevitskii <alevitskii@yandex-team.com>2025-02-24 20:48:50 +0300
commitc8d092b31d112aca2d54b97ccd7cfd48211fb6b1 (patch)
tree249cc47cb536bf43c88c4c91a3d07239388f9229 /build/plugins/_dart_fields.py
parentb8c84f9c7ab43d974ed40cc6c70be444fee759a4 (diff)
downloadydb-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/plugins/_dart_fields.py')
-rw-r--r--build/plugins/_dart_fields.py2
1 files changed, 1 insertions, 1 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):