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
clang-tidy-check fails due to errors that shouldn't be a problem for our code. For example, even with compile_commands.json generated, clang-tidy-check still is unable to find boost/optional.hpp, which might be due to boost being outside of our project root folder. There might be more errors beside that.
Reference to clang-tidy-checkerror:
AC:
enable clang-tidy-check inside github workflow.
[optional] create a test PR with minor code/comment changes to see that clang-tidy-check does not fail
The text was updated successfully, but these errors were encountered:
clang-tidy-check
fails due to errors that shouldn't be a problem for our code. For example, even with compile_commands.json generated,clang-tidy-check
still is unable to findboost/optional.hpp
, which might be due to boost being outside of our project root folder. There might be more errors beside that.Reference to
clang-tidy-check
error:AC:
The text was updated successfully, but these errors were encountered: