Skip to content

Conversation

jserv
Copy link
Contributor

@jserv jserv commented Mar 1, 2025

This commit refines the generation of Cppcheck suppression. Previously, all suppression keys were combined into a single comma-separated option. Now, each key is output with its own '--suppress=' flag and stored in an array, making the configuration clearer and easier to update. Additional options, such as '--inline-suppr harness.c', remain unchanged.

Change-Id: I09d4c2438120cd5ab36b716c5d271062c42c315e

This commit refines the generation of Cppcheck suppression. Previously,
all suppression keys were combined into a single comma-separated option.
Now, each key is output with its own '--suppress=' flag and stored in an
array, making the configuration clearer and easier to update. Additional
options, such as '--inline-suppr harness.c', remain unchanged.

Change-Id: I09d4c2438120cd5ab36b716c5d271062c42c315e
@jserv jserv merged commit 47465ba into master Mar 1, 2025
4 checks passed
@jserv jserv deleted the refine-cppcheck-hook branch March 1, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant