Skip to content

Commit

Permalink
Merge pull request #15304 from ardislu/fix-show-proved-safe
Browse files Browse the repository at this point in the history
Docs: Fix showProvedSafe flag and JSON key name
  • Loading branch information
nikola-matic authored Aug 28, 2024
2 parents d5cdf07 + c5b1ac3 commit 9e8369f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/smtchecker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,8 +488,8 @@ Proved Targets

If there are any proved targets, the SMTChecker issues one warning per engine stating
how many targets were proved. If the user wishes to see all the specific
proved targets, the CLI option ``--model-checker-show-proved`` and
the JSON option ``settings.modelChecker.showProved = true`` can be used.
proved targets, the CLI option ``--model-checker-show-proved-safe`` and
the JSON option ``settings.modelChecker.showProvedSafe = true`` can be used.

Unproved Targets
================
Expand Down
2 changes: 1 addition & 1 deletion docs/using-the-compiler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Input Description
// Choose which types of invariants should be reported to the user: contract, reentrancy.
"invariants": ["contract", "reentrancy"],
// Choose whether to output all proved targets. The default is `false`.
"showProved": true,
"showProvedSafe": true,
// Choose whether to output all unproved targets. The default is `false`.
"showUnproved": true,
// Choose whether to output all unsupported language features. The default is `false`.
Expand Down

0 comments on commit 9e8369f

Please sign in to comment.