Skip to content

Commit 2990cd4

Browse files
committed
feature #29 use inline suppression
1 parent 64fc089 commit 2990cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ async function runCppcheckOnFileXML(
197197
const args = [
198198
'--enable=all',
199199
'--xml',
200+
'--inline-suppr',
200201
'--suppress=unusedFunction',
201202
'--suppress=missingInclude',
202203
'--suppress=missingIncludeSystem',

0 commit comments

Comments
 (0)