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
For some reason my clang-tidy doesn't work.
I have configured like any other linter (which all work) by filetype.
I can see that clang-tidy gets runs but it exits immediately, without reporting lints (which show up when manually calling clang-tidy).
I think this is because it's launched faultily.
Clang-tidy should be launched with the respective filename as argument, is there any way to configure this?
Maybe something like this:
Oh just read the very helpful info for adding own linters...
So i guess the issue is that the shown lints are not parsed correctly, or just don't show up in neovim for some reason.
For some reason my clang-tidy doesn't work.
I have configured like any other linter (which all work) by filetype.
I can see that clang-tidy gets runs but it exits immediately, without reporting lints (which show up when manually calling clang-tidy).
I think this is because it's launched faultily.
Clang-tidy should be launched with the respective filename as argument, is there any way to configure this?
Maybe something like this:
The text was updated successfully, but these errors were encountered: