diff options
author | alevitskii <alevitskii@yandex-team.com> | 2024-11-07 08:13:46 +0300 |
---|---|---|
committer | alevitskii <alevitskii@yandex-team.com> | 2024-11-07 08:27:24 +0300 |
commit | a74a901e7cd8f6eeab88e728e48c22e0de2f9a0f (patch) | |
tree | b52f19b1fcc90a511b4a88c1f5d3a0880f9bdb39 /build | |
parent | 92eae04ea0abbbe3cf1c22a77848f0ae3133eb18 (diff) | |
download | ydb-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')
-rw-r--r-- | build/plugins/lib/test_const/__init__.py | 3 |
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): |