Very simple project to illustrate the usage of the Cppcheck Plugin.
Note: Cppcheck must be available in your path. e.g.:
project.yml
:environment:
- :path:
- path/where/cppcheck/is/located
- "#{ENV['PATH']}"
cd somewhere/in/your/machine
git clone --recursive https://github.com/deltalejo/ceedling-cppcheck-example.git
cd ceedling-cppcheck-example
ceedling cppcheck
ceedling cppcheck:main
ceedling test
ceedling test:main