Skip to content

Fix alphabetic ordering in .clang-tidy - #705

Merged
nikobockerman merged 1 commit into
mainfrom
fix-alphabetic-ordering-in-clang-tidy-conf
Sep 10, 2026
Merged

Fix alphabetic ordering in .clang-tidy#705
nikobockerman merged 1 commit into
mainfrom
fix-alphabetic-ordering-in-clang-tidy-conf

Conversation

@nikobockerman

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI lite review requested due to automatic review settings September 10, 2026 18:26

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward, correct reordering in a configuration list with no functional impact beyond readability.

Pull request overview

This PR updates the C++ solver’s .clang-tidy configuration to ensure the enabled check groups are listed in consistent alphabetical order, improving readability and maintainability of the lint configuration.

Changes:

  • Reordered the clang-diagnostic-* entry to appear after clang-analyzer-* in the Checks list.
File summaries
File Description
solvers/cpp/.clang-tidy Adjusts ordering of Clang-Tidy check groups for consistent alphabetical listing.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@nikobockerman
nikobockerman merged commit b2621c7 into main Sep 10, 2026
39 checks passed
@nikobockerman
nikobockerman deleted the fix-alphabetic-ordering-in-clang-tidy-conf branch September 10, 2026 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants