Commit 4373855
Same fix as #3640 (main) and the equivalent humble/jazzy backports.
The run-clang-tidy script shipped in current kilted-ci Docker images
no longer accepts the `--fix --fix-errors --format-style=file` flags,
so any kilted PR that touches a file clang-tidy actually checks (like
PR #3774 touching moveit_setup_controllers) fails with:
run-clang-tidy: error: unrecognized arguments:
--fix --fix-errors --format-style=file
'clang_tidy_check_moveit_setup_controllers' returned with code '123'
Drop the env var so run-clang-tidy gets invoked with its defaults.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 121e59d commit 4373855
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| |||
0 commit comments