Skip to content

MEDIA-2058: redirect stack trace into stderr (#329) #894

MEDIA-2058: redirect stack trace into stderr (#329)

MEDIA-2058: redirect stack trace into stderr (#329) #894

Workflow file for this run

name: C++ Static code analysis
on: [push, pull_request]
jobs:
cppcheck:
name: run-cppcheck
runs-on: ubuntu-latest
container:
image: neszt/cppcheck-docker:2.9
steps:
- uses: actions/checkout@v3
- run: cppcheck --version
- run: cppcheck --error-exitcode=1 --std=c++14 --language=c++ -j$(getconf _NPROCESSORS_ONLN) -I . -i test/ -i external/ --suppressions-list=.cppcheck-suppressions --inline-suppr .
- run: cppcheck --error-exitcode=1 --std=c++14 --language=c++ -j$(getconf _NPROCESSORS_ONLN) -I . -I test/include --suppressions-list=.cppcheck-suppressions --inline-suppr ./test