Skip to content

Commit

Permalink
This needed to be committed to main
Browse files Browse the repository at this point in the history
Does not seem to apply to the PR run of the workflow when the change is
applied to the PR fix branch.
  • Loading branch information
eljonny committed Jul 2, 2024
1 parent 4280e27 commit 0b25504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
use_cmake: true
cmake_args: -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -Wno-dev

cppcheck_args: --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --std=c++11
cppcheck_args: --enable=all --suppress=missingIncludeSystem --suppress=unusedFunction --std=c++11 --inline-suppr

0 comments on commit 0b25504

Please sign in to comment.