-
Notifications
You must be signed in to change notification settings - Fork 122
Clang tidy add extra arg option and return 1 when any error is catched. #452
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
base: rolling
Are you sure you want to change the base?
Conversation
8e87eb1 to
15d5c2c
Compare
a3e92af to
6959c91
Compare
Signed-off-by: WU MENGHUNG <wu.menghung@jp.panasonic.com>
Signed-off-by: WU MENGHUNG <wu.menghung@jp.panasonic.com>
Signed-off-by: WU MENGHUNG <wu.menghung@jp.panasonic.com>
6959c91 to
6210f2f
Compare
8285481 to
6210f2f
Compare
…-add-extra-arg-option
|
A gentle ping since this is a particularly important update to let Cheers, Niccolo |
|
@clalancette could you take a look of this PR? |
|
This would be a great improvement, making |
|
Is there any update on that? Without that, running ament_clang_tidy in CI is not useful, since it will always pass |
Hi there. Thank you for developing such nice tool.
However, i noticed that rclcpp use some c++17 features,
and without passing --extra-arg=-std=c++17 to clang-tidy it will report errors in these headers.
After this patch, we can pass extra-arg just like:
Also, i fix issues mentioned in #350 #411.
Hope this helps.