aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake.core.conf
diff options
context:
space:
mode:
authoralevitskii <alevitskii@yandex-team.com>2024-10-24 14:47:14 +0300
committeralevitskii <alevitskii@yandex-team.com>2024-10-24 15:00:41 +0300
commitdb3e5f504d17fb1ccb5baa7cc4ca79c63dde159c (patch)
treecfc7101603d8cd37db7335832c05bb7d26398009 /build/ymake.core.conf
parent9960b0da4f3db74c4d066c3aefaea06c9404752a (diff)
downloadydb-db3e5f504d17fb1ccb5baa7cc4ca79c63dde159c.tar.gz
Temporary add another name for clang-format config
Temporary add another name for clang-format config commit_hash:58529ccf05748b545f2e922a374058cb0694bdab
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r--build/ymake.core.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf
index 402229914c..7964201a89 100644
--- a/build/ymake.core.conf
+++ b/build/ymake.core.conf
@@ -5877,7 +5877,7 @@ macro YA_CONF_JSON(File) {
###
### Proxy. Don't use. Call _ADD_CPP_LINTER_CHECK directly if you need a new macro, see STYLE_CPP
macro _STYLE_CPP(CONFIG...) {
- _ADD_CPP_LINTER_CHECK(NAME clang-format LINTER tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang16/tools/clang-format CONFIGS $CPP_LINTERS_DEFAULT_CONFIGS CUSTOM_CONFIG $CONFIG)
+ _ADD_CPP_LINTER_CHECK(NAME clang_format LINTER tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang16/tools/clang-format CONFIGS $CPP_LINTERS_DEFAULT_CONFIGS CUSTOM_CONFIG $CONFIG)
}
# tag:internal
@@ -5896,7 +5896,7 @@ macro _ADD_CPP_LINTER_CHECK(Args...) {
### Run 'ya tool clang-format' test on all cpp sources and headers of the current module
macro STYLE_CPP() {
.ALLOWED_IN_COMMON=yes
- _ADD_CPP_LINTER_CHECK(NAME clang-format LINTER tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang16/tools/clang-format CONFIGS $CPP_LINTERS_DEFAULT_CONFIGS)
+ _ADD_CPP_LINTER_CHECK(NAME clang_format LINTER tools/cpp_style_checker/cpp_style_checker DEPENDS contrib/libs/clang16/tools/clang-format CONFIGS $CPP_LINTERS_DEFAULT_CONFIGS)
}
### @usage: HEADERS(<Dirs...> [EXCLUDE patterns...])