[CI] Run clang-format as part of the analyze workflow #23298
Labels
Bug
Flow
Good first issue
Interested in collaborating? Take a stab at fixing one of these issues.
Help Wanted
Issues ideal for external contributors.
p: Facebook
Partner: Facebook
Partner
Resolution: Locked
This issue was locked by the bot.
🔩Test Infrastructure
Test infrastructure and continuous integration.
We use Prettier to automatically format our JavaScript code. When a PR is opened, we run Prettier as part of our CI workflow. A bot, @pull-bot, will leave a comment whenever Prettier identifies an issue with the code.
This issue is a request for help to do the same with C++ code using clang-format. You'll find a .clangformat file in both React/ and ReactCommon/. To implement this change, you will need to update
.circleci/config.yml
and/orscripts/circleci/analyze_code.sh
and make sure Circle CI can run clang-format.The text was updated successfully, but these errors were encountered: