CI: simplify clang-format helpers and use ros: docker images for stable builds#31
CI: simplify clang-format helpers and use ros: docker images for stable builds#31jlblancoc wants to merge 2 commits into
Conversation
…le builds - Replace complex Python-based clang_git_format with a simple scripts/formatter.sh supporting --check - Standardize formatter to scripts/formatter.sh (renamed from clang-formatter.sh) - Simplify check-clang-format.yml to just apt-install clang-format-14 and run the script - Add stable humble/jazzy matrix entries using ros:humble / ros:jazzy pre-built images Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ed dirs Without grouping, the -o operators apply at top level and -print0 only attaches to the last alternative, so files outside the intended directories can be matched. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
clang_git_formatscripts with a simplescripts/formatter.shsupporting--checkmodescripts/clang-formatter.sh→scripts/formatter.shfor consistency across reposcheck-clang-format.ymlto justapt-get install clang-format-14+bash scripts/formatter.sh --checkros:humble/ros:jazzypre-built Docker images (faster).github/check_style.sh,python_clang_format_reqs.txt, andscripts/clang_git_format/🤖 Generated with Claude Code