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

keep PR review summary from exceeding max 65535 length #75

Open 2bndy5 opened 1 day ago

2bndy5 commented 1 day ago

Similar to the need for thread comments to be truncated to the max size 65535 bytes.

This really would only apply to the full patch included in the comment (if any). If the patch would exceed the max length, then there is currently no plan to provide it via artifacts because that would be specific to GitHub REST API. Instead, it would be better to start developing a solution to cpp-linter/cpp-linter#82 where the patch can be used at workflow runtime.