cpp-linter / cpp-linter-rs

A CLI tool that scans a batch of files with clang-tidy and/or clang-format, then provides feedback in the form of comments, annotations, summaries, and reviews.
https://cpp-linter.github.io/cpp-linter-rs/
MIT License
1 stars 0 forks source link

support pull request suggestions #9

Closed 2bndy5 closed 2 months ago

2bndy5 commented 3 months ago

The pure python codebase already does this. So, we have a paradigm from which to follow or improve.

It would also be nice if we could stage the changes applied by a clang tool. See cpp-linter/cpp-linter#82 for the discussion about how to approach that.