You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the lint pipeline, an error is raised by clang-format about a particular config option, which leads to the check not being run, yet the jobs completes with no issues. Error message:
clang-format is not a project-managed dependency and this is covered in the developer docs though admittedly not prominently enough. I'm unaware of a way to make this requirement more oblique, suggestions welcome in PR form though I'm going to close this issue to prevent chatbot PRs.
Bug Report
When running the lint pipeline, an error is raised by clang-format about a particular config option, which leads to the check not being run, yet the jobs completes with no issues. Error message:
It's related to the following section:
This particular section of the config it seems requires a more recent version of clang-format.
More details: llvm/llvm-project#56407
The text was updated successfully, but these errors were encountered: