Skip to content

Tags: cpp-linter/cpp-linter

Tags

v1.10.7

Toggle v1.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace deprecated classifier with licence expression (PEP 639) (#136)

v1.10.6

Toggle v1.10.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add: File IO timeout API (#133)

Born from the discussion in #129 and continued in #130. This adds timeout-oriented functions for reading and writing to the scanned source files.

This supersedes #130 and resolves #129.

* run clang-format before clang-tidy
* prevent busy waits and log errors

v1.10.5

Toggle v1.10.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prefix every review comment (#132)

With the html marker used in our other generated comments. This is to avoid ambiguity and help on-board new features in #131.

v1.10.4

Toggle v1.10.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)

v1.10.3

Toggle v1.10.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.10.2

Toggle v1.10.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
swap file names in paginated changed files's diff (#121)

v1.10.1

Toggle v1.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
allow PR reviews to be passive (#107)

ref cpp-linter/cpp-linter-action#243

v1.9.2

Toggle v1.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix test affected by #108 (#109)

resolves #108

v1.9.1

Toggle v1.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
 prevent dead links (to tidy diagnostics pages) in thread comments & …

…step summaries (#106)

resolves #105