Browse Source

Delete temporary alias for clang-format config

Delete temporary alias for clang-format config

Связано с <HIDDEN_URL>
commit_hash:23b394357b2c93a0ee21c814f6871a6a1b02a8fd
alevitskii 4 months ago
parent
commit
a74a901e7c
1 changed files with 0 additions and 3 deletions
  1. 0 3
      build/plugins/lib/test_const/__init__.py

+ 0 - 3
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):