clang-tidy: enable cppcoreguidelines-avoid-magic-numbers#3096
clang-tidy: enable cppcoreguidelines-avoid-magic-numbers#3096bakshi536 wants to merge 1 commit intopgRouting:developfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughThe clang-tidy configuration file is updated to enable the cppcoreguidelines-avoid-magic-numbers check by removing its negation prefix. This activates enforcement of the magic number avoidance rule in the active check set, while all other configuration settings remain unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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 Tip CodeRabbit can use Trivy to scan for security misconfigurations and secrets in Infrastructure as Code files.Add a .trivyignore file to your project to customize which findings Trivy reports. |
Fixes # .
Changes proposed in this pull request:
@pgRouting/admins
Summary by CodeRabbit
Release Notes
This release contains only internal tooling configuration updates with no user-facing changes. Code quality checks have been enhanced to better enforce development standards.