-
Notifications
You must be signed in to change notification settings - Fork 107
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
[ament_cmake_uncrustify] Add file exclude support #330
[ament_cmake_uncrustify] Add file exclude support #330
Conversation
In the `ament_uncrustify` CMake function, the optional list argument `EXCLUDE` can now be used as an exclusion specifier. Signed-off-by: Abrar Rahman Protyasha <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good with green CI.
The test failure in Windows CI is also seen in the the Windows nightly: https://ci.ros2.org/view/nightly/job/nightly_win_rel/2091/testReport/ Looks like that is being discussed in ros2/launch_ros#273 |
Hey @aprotyas, I believe that I asked this elsewhere, but don't remember the answer, do you have the ability to merge this, or would you like me to? |
Thanks for the PR, @aprotyas! |
In the
ament_uncrustify
CMake function, the optional listargument
EXCLUDE
can now be used as an exclusion specifier.Signed-off-by: Abrar Rahman Protyasha [email protected]