Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Decoder
pkm-api
Commits
35e540c7
Commit
35e540c7
authored
Mar 12, 2022
by
Armand PUCCETTI
Browse files
turning mdr plugin off for testing purposes
parent
eb06e866
Changes
1
Hide whitespace changes
Inline
Side-by-side
util/frama_c.js
View file @
35e540c7
...
...
@@ -312,7 +312,8 @@ function frama_c(file_system, compile_commands, mode, options = {})
}
break
;
case
'
mdr-gen
'
:
args
=
args
.
concat
([
'
-mdr-gen
'
,
'
sarif
'
,
'
-mdr-out
'
,
'
report.json
'
]);
args
=
args
.
concat
([
]);
// args = args.concat([ '-mdr-gen', 'sarif', '-mdr-out', 'report.json' ]);
break
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment