mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-10 06:39:25 +08:00
540218857a
These fire when clang-tidy analyzes a header whose including TU is not in the active compile_commands.json (e.g. board-specific NuttX headers against the SITL clang build), producing spurious line-anchored review comments on every new-board PR. Real missing includes are caught by the build_all_targets matrix, which fails the build loudly. Filter the class of finding at the producer so it never reaches the poster. Signed-off-by: Ramon Roche <mrpollo@gmail.com>