We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf8993 commit 5c6df5aCopy full SHA for 5c6df5a
2 files changed
.github/workflows/cppcheck.yml
@@ -24,4 +24,5 @@ jobs:
24
run: cppcheck --version
25
26
- name: Run cppcheck
27
- run: cppcheck --project=display.cppcheck --error-exitcode=1
+ run: cppcheck --project=display.cppcheck --inline-suppr --error-exitcode=1
28
+
display.cppcheck
@@ -4,7 +4,6 @@
4
<analyze-all-vs-configs>false</analyze-all-vs-configs>
5
<check-headers>true</check-headers>
6
<check-unused-templates>true</check-unused-templates>
7
- <inline-suppression>true</inline-suppression>
8
<max-ctu-depth>2</max-ctu-depth>
9
<max-template-recursion>100</max-template-recursion>
10
<includedir>
0 commit comments