Skip to content

Commit aaab41e

Browse files
mergify[bot]nbbrooksclaude
authored
Remove CLANG_TIDY_ARGS to support run-clang-tidy (backport of #3640) (#3643)
The run-clang-tidy version shipped in current humble-ci Docker images no longer accepts the `--fix --fix-errors --format-style=file` flags that CLANG_TIDY_ARGS was passing through, so every humble PR has been red on the `humble-ci + ikfast + clang-tidy (delta)` check. Mirror what #3640 did on main (and #3642 backported to jazzy): drop the env var entirely so run-clang-tidy gets invoked with its defaults. Co-authored-by: Nathan Brooks <nathanbrooks@picknik.ai> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 4e0e5ca commit aaab41e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
env:
3232
CXXFLAGS: >-
3333
-Wall -Wextra -Wwrite-strings -Wunreachable-code -Wpointer-arith -Wredundant-decls
34-
CLANG_TIDY_ARGS: --fix --fix-errors --format-style=file
3534
DOCKER_IMAGE: moveit/moveit2:${{ matrix.env.IMAGE }}
3635
UPSTREAM_WORKSPACE: >
3736
moveit2.repos

0 commit comments

Comments
 (0)