From c6c8f6f1021832ea3c343f30cc0247daedee3b3d Mon Sep 17 00:00:00 2001
From: alevitskii <alevitskii@yandex-team.com>
Date: Fri, 21 Feb 2025 09:54:20 +0300
Subject: Move custom clang-format allowed paths to consts

Move custom clang-format allowed paths to consts
commit_hash:1dacbbf763b36247ffb3ba0d9a9610356c681b09
---
 build/plugins/_dart_fields.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'build/plugins/_dart_fields.py')

diff --git a/build/plugins/_dart_fields.py b/build/plugins/_dart_fields.py
index 49c49f345f..050307e430 100644
--- a/build/plugins/_dart_fields.py
+++ b/build/plugins/_dart_fields.py
@@ -662,7 +662,7 @@ class LintConfigs:
 class LintExtraParams:
     KEY = 'LINT-EXTRA-PARAMS'
 
-    _CUSTOM_CLANG_FORMAT_BIN_ALLOWED_PATHS = ('ads', 'bigrt', 'grut')
+    _CUSTOM_CLANG_FORMAT_BIN_ALLOWED_PATHS = consts.CUSTOM_CLANG_FORMAT_YT_ALLOWED_PATHS
 
     @classmethod
     def from_macro_args(cls, unit, flat_args, spec_args):
-- 
cgit v1.2.3