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
You can't directly, because of parallel execution (clang-tidy would corrupt the files). You have to merge the fix files first, and apply them in one go, as described in the clang-tidy docs. Look for clang-apply-replacements
Mmm, thanks for this. That works for me now. I still get a number of errors on *.h files and requires renaming them to *.hpp which is not in my style. I know you can use the flag -assume-filename=.hxx but not sure how to pass that to bazel-clang-tidy.
Hi, how can you turn on --fix with clang-tidy
The text was updated successfully, but these errors were encountered: