Skip to content
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

Feature Rquest: ament_cmake_clang_tidy, specify --header-filter and --jobs options to ament_clang_tidy #449

Open
rodericktaylor opened this issue Aug 3, 2023 · 0 comments

Comments

@rodericktaylor
Copy link
Contributor

It would be good if you could do this in your CMakeLists.txt for your package if you wanted to use a different header filter, or speed up clang processing.

  cmake_host_system_information(RESULT CONCURRENT_JOBS QUERY NUMBER_OF_PHYSICAL_CORES)
  set(ament_cmake_clang_tidy_HEADER_FILTER ".*")
  set(ament_cmake_clang_tidy_JOBS "${CONCURRENT_JOBS}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant