From 3dc43819f88c033819ad23b06b92e6530140b8ca Mon Sep 17 00:00:00 2001 From: Richard van de Ketterij Date: Fri, 1 Jul 2022 15:04:27 +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: RichardvdK Richard.van.de.ketterij@nobleo.nl --- 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