Tags: cpp-linter/cpp-linter
Tags
feat: Allow specifying the base commit for local (non-CI) diffs (#180) * Add option to specify base commit * Add test * Update docs --------- Co-authored-by: Brendan <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
fix: prevent duplicate files when `--files-changed-only=false` (#164) I found that the glob pattern for some extensions hit multiple files more than once. ```py pathlib.Path(".").rglob("*.c") # matches demo.c and demo.cpp ``` Worse, the duplicates were being analyzed more than once. So, this offer a performance improvement as well.
fix: specify stale workflow permissions for org reusable workflow (#160) --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: shenxianpeng <[email protected]> Co-authored-by: Brendan <[email protected]>
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)
PreviousNext