We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fc089 commit faaa657Copy full SHA for faaa657
1 file changed
src/extension.ts
@@ -196,6 +196,7 @@ async function runCppcheckOnFileXML(
196
if (extraArgs.includes("--project")) {
197
const args = [
198
'--enable=all',
199
+ '--inline-suppr',
200
'--xml',
201
'--suppress=unusedFunction',
202
'--suppress=missingInclude',
@@ -208,6 +209,7 @@ async function runCppcheckOnFileXML(
208
209
} else {
210
211
212
213
214
215
0 commit comments