From 9f1fa7dc885c584fe123e4c62eb1f918db1bd1e7 Mon Sep 17 00:00:00 2001 From: Richard van de Ketterij Date: Fri, 1 Jul 2022 15:06:25 +0200 Subject: [PATCH] fix ament_clang_format test dependency for CMake I tried the ament_cmake_clang_format but colcon test didn't find any tests in this way. After changing it to ament_cmake_clang_format it worked. From the ament_clang_format doc: "How to run the check from within a CMake ament package as part of the tests? -> The CMake integration is provided by the package ament_cmake_clang_format" Signed-off-by: Richard vdK --- ament_lint_auto/doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ament_lint_auto/doc/index.rst b/ament_lint_auto/doc/index.rst index 0ecc08de..44edc5f3 100644 --- a/ament_lint_auto/doc/index.rst +++ b/ament_lint_auto/doc/index.rst @@ -24,7 +24,7 @@ test dependencies. ament_lint_auto - ament_clang_format + ament_cmake_clang_format ament_cppcheck ament_pycodestyle