We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092d9f2 commit 0746096Copy full SHA for 0746096
Makefile
@@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
1440
$(CLANG_FORMAT_START) -- \
1441
$(LINT_CPP_FILES)
1442
else
1443
- $(info clang-format is not installed.)
+ $(info Required tooling for C++ code formatting is not installed.)
1444
$(info To install (requires internet access) run: $$ make format-cpp-build)
1445
endif
1446
0 commit comments