File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,11 @@ if(BUILD_TESTING)
55
55
# comment the line when this package is in a git repo and when
56
56
# a copyright and license is added to all source files
57
57
set (ament_cmake_cpplint_FOUND TRUE )
58
+
59
+ # the following skips uncrustify
60
+ # ament_uncrustify and ament_clang_format cannot both be satisfied
61
+ set (ament_cmake_uncrustify_FOUND TRUE )
62
+
58
63
ament_lint_auto_find_test_dependencies()
59
64
endif ()
60
65
Original file line number Diff line number Diff line change @@ -83,6 +83,9 @@ if(BUILD_TESTING)
83
83
# comment the line when this package is in a git repo and when
84
84
# a copyright and license is added to all source files
85
85
set (ament_cmake_cpplint_FOUND TRUE )
86
+ # the following skips uncrustify
87
+ # ament_uncrustify and ament_clang_format cannot both be satisfied
88
+ set (ament_cmake_uncrustify_FOUND TRUE )
86
89
ament_lint_auto_find_test_dependencies()
87
90
endif ()
88
91
You can’t perform that action at this time.
0 commit comments