Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Sep 7, 2023
1 parent 626b2fa commit 666823b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion point_cloud_transport/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ if(BUILD_TESTING)
LANGUAGE c++
)
ament_cpplint(EXCLUDE ${_linter_excludes})
ament_flake8(EXCLUDE ${_linter_excludes})
ament_flake8()
ament_lint_cmake()
ament_pep257(EXCLUDE ${_linter_excludes})
ament_uncrustify(
Expand Down

0 comments on commit 666823b

Please sign in to comment.