aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/test_const/__init__.py
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2024-11-07 08:13:46 +0300
committeralevitskii <alevitskii@yandex-team.com>2024-11-07 08:27:24 +0300
commita74a901e7cd8f6eeab88e728e48c22e0de2f9a0f (patch)
treeb52f19b1fcc90a511b4a88c1f5d3a0880f9bdb39 /build/plugins/lib/test_const/__init__.py
parent92eae04ea0abbbe3cf1c22a77848f0ae3133eb18 (diff)
downloadydb-a74a901e7cd8f6eeab88e728e48c22e0de2f9a0f.tar.gz
Delete temporary alias for clang-format config
Delete temporary alias for clang-format config Связано с <HIDDEN_URL> commit_hash:23b394357b2c93a0ee21c814f6871a6a1b02a8fd
Diffstat (limited to 'build/plugins/lib/test_const/__init__.py')
-rw-r--r--build/plugins/lib/test_const/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/build/plugins/lib/test_const/__init__.py b/build/plugins/lib/test_const/__init__.py
index 1499b0c2f7..175900994f 100644
--- a/build/plugins/lib/test_const/__init__.py
+++ b/build/plugins/lib/test_const/__init__.py
@@ -445,9 +445,6 @@ class PythonLinterName(Enum):
class CppLinterName(Enum):
ClangFormat = "clang_format"
- # kept for compatibility
- # TODO delete along with the record in default_configs.json
- DoNotUse = "clang-format"
class DefaultLinterConfig(Enum):