Skip to content

๐Ÿ” cppcheck plugin

What it does

Run static analysis on C++ sources.

Why it exists

Use cppcheck to catch defects early while keeping the analysis step portable and repeatable.

Example

steps:
  - name: "Analyze C++ sources"
    plugin:
      name: "cppcheck"
      sources: ["src"]
      includes: ["include"]