ament / ament/ament_lint

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

Aperta
#449 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
50
Fork
129
Merge medio
3g 10h
PR unite (30g)
3

Descrizione

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}")
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.