Skip to content

Commit

Permalink
Fix list of rules for violated rules
Browse files Browse the repository at this point in the history
  • Loading branch information
brittcyr committed Nov 21, 2024
1 parent d78d04f commit 2d04c83
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 1 addition & 0 deletions programs/manifest/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ verify-remote RULE *OPTS: build-sbf

clean:
rm -f *.dot *.png *.svg
rm -f log_verification*
rm -Rf emv-*
rm -Rf .certora_internal
rm -f log.txt
Expand Down
18 changes: 0 additions & 18 deletions programs/manifest/rules-rb-tree.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,24 +185,6 @@
"expected_result": "Verified",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_swap_parent_left_child",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_swap_right_child_parent",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
},
{
"name": "rule_swap_left_child_parent",
"expected_result": "Violated",
"prover_options": [],
"cargo_features": []
}
]
}
2 changes: 0 additions & 2 deletions programs/manifest/verify-manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ def clean() -> None:
''' Call `just clean`. '''
subprocess.run(["just", "clean"], check=True, capture_output=True)

# TODO: @phreppo - should sanity rules be added?


# Parse the CLI options
parser = argparse.ArgumentParser(
Expand Down

0 comments on commit 2d04c83

Please sign in to comment.