Skip to content

Add coding style lint for explicit C++ types#130

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/mapf-competition-start-kit-45-coding-style-guide
Draft

Add coding style lint for explicit C++ types#130
Copilot wants to merge 2 commits into
mainfrom
copilot/mapf-competition-start-kit-45-coding-style-guide

Conversation

Copilot AI commented Jun 24, 2026

Copy link
Copy Markdown

The start kit needed a coding style guide and an automated check for the project rule disallowing C++ auto.

  • Style guidance

    • Added Coding_Style.md documenting the explicit-type rule.
    • Linked the style guide from README.md.
  • Automated enforcement

    • Added a CMake lint target backed by cmake/CheckNoAuto.cmake.
    • Added no_auto_lint to CTest so the style rule can run in normal test workflows.
  • Codebase cleanup

    • Replaced existing auto usage in start-kit source, tests, and Python bridge code with explicit types.
cmake --build build --target lint

Copilot AI changed the title [WIP] Add coding style guide with linter configuration Add coding style lint for explicit C++ types Jun 24, 2026
Copilot AI requested a review from nobodyczcz June 24, 2026 02:16
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