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
As for clang-tidy issue we need to make sure that it runs during build action (at least for Linux builds). Currently in our codebase we have misc-const-correctness warnings but the build is successful for #40 PR
The text was updated successfully, but these errors were encountered:
To ensure high code quality we can use
For stricter compiler warning we can use something like
As for clang-tidy issue we need to make sure that it runs during build action (at least for Linux builds). Currently in our codebase we have
misc-const-correctness
warnings but the build is successful for #40 PRThe text was updated successfully, but these errors were encountered: