-
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_clang_format
and colcon test
#425
Comments
There are a few known issues with, e.g., Btw, if set up like a standard package, <test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_clang_format</test_depend>
<test_depend>ament_cmake_clang_tidy</test_depend> The defacto default is: ...
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
... |
That's indeed what I usually do. What I noticed is that Does it make sense to have two possibilities with |
I usually do |
Is the intended way forward to align clang-format to uncrustify or vice-versa? |
I'm trying to format the C++ code of my node by using
ament_clang_format
.The problem is that the code formatted with
ament_clang_format --reformat
conflicts with what's expected bycolcon test
.There are many formatting rules used by
ament_clang_format
that are not the same:The text was updated successfully, but these errors were encountered: