We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2990cd4 commit 1d53d79Copy full SHA for 1d53d79
src/extension.ts
@@ -196,8 +196,8 @@ async function runCppcheckOnFileXML(
196
if (extraArgs.includes("--project")) {
197
const args = [
198
'--enable=all',
199
- '--xml',
200
'--inline-suppr',
+ '--xml',
201
'--suppress=unusedFunction',
202
'--suppress=missingInclude',
203
'--suppress=missingIncludeSystem',
@@ -209,6 +209,7 @@ async function runCppcheckOnFileXML(
209
} else {
210
211
212
+ '--inline-suppr',
213
'--xml',
214
215
0 commit comments