Tags: cpp-linter/cpp-linter
Tags
fix: enhance parsing paginated diffs (#125) - fixes libgit2 diff parsing errors in paginated responses about changed files' diff. - allows renamed files to be scanned entirely when the source file's content has not changed (when using paginated responses) - add tests, but ignores coverage for critical errors (like malformed JSON responses)
feat: capture and output clang version used in feedback (#124) also fix some errors: 1. about filter files per clang tool 2. merged suggestions' file name must match exactly 3. tool summary exclusion from PR review summary when tool was not used at all OR review was not requested from a particular tool
Refactor creating PR review comments (#117) * test with clang tools v18 * pyproject.toml use deps from requirements.txt * bump setuptools version per @shenxianpeng advice * abstract making suggestions out from GithubApiClient * support more true-ish values for summary-only env var * merge similar review comments and add test * switch to cspell pre-commit hook and update other pre-commit hooks
PreviousNext