Skip to content

Rename variables to avoid shadowing #9

Rename variables to avoid shadowing

Rename variables to avoid shadowing #9

Workflow file for this run

name: CppCheck Analysis
on: [push]
jobs:
build:
name: cppcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: cppcheck
uses: deep5050/[email protected]
with:
github_token: ${{secrets.GITHUB_TOKEN}}
enable: 'style'
force: 'enable'
other_options: >-
--suppress=incorrectStringBooleanError
--suppress=cstyleCast
--suppress=variableScope
--suppress=commaSeparatedReturn
--suppress=variableHidingEnum
--suppress=invalidPointerCast
--suppress=invalidscanf
--inline-suppr
-I headers hc common headers unix win32
- run: cmake -E cat cppcheck_report.txt