nasa / bplib

Apache License 2.0
27 stars 13 forks source link

Add static analysis workflow #183

Closed jphickey closed 1 year ago

jphickey commented 1 year ago

Add a github workflow similar to the static analysis workflow for CFE/CFS that runs the tool against the source code and collects the results.

Example for CFE is here: https://github.com/nasa/cFE/blob/be88a07313ff3b579c8abaef4b4a9085e74aabdf/.github/workflows/static-analysis.yml

A similar process can be done for bplib

jphickey commented 1 year ago

Manual run of cppcheck showed a number of concerns that need to be resolved before this workflow can be added: #191, #192, #193, #194, and #195