-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use compile_commands.json with clang-tidy #1183
Use compile_commands.json with clang-tidy #1183
Conversation
Set base dir is probably not needed. I added that to try and use the artifacts from Ubuntu build..but doesn't work that way. |
Yeah I removed it, but I added |
Uh oh. You broke it 😛
These aren't needed either. |
A nice improvement would be if we can cache clang-tools. Then this would a fast check! |
Can you bump version to 0.9.0 ? I think that fixes it. |
Otherwise it can't find headers. Also reduce the number of steps using features of clang-tidy-review.
d99af15
to
e64cf4b
Compare
Still fails :/ |
then integration bug:
|
Ya, I'm just looking at the integration bug. Clang-tidy Idk 🙈 |
Let's merge this so we get a green check mark at least? |
Otherwise it can't find headers. Also reduce the number of steps using features
of clang-tidy-review.
Hopefully this works...