Skip to content

fix issue 1354 #1357

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .codeclimate.yml

This file was deleted.

2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,3 @@ Some pull request guidelines:
- Title your pull request with a brief description of what it's changing.
"Fixes #123" is a good comment to add to the description, but makes for an
unclear title on its own.
- We use a "CodeClimate" verification check in every PR to make sure the code merged
is tidy and easy to understand.
2 changes: 2 additions & 0 deletions src/test/Tests/Integration.hs
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,6 @@ integrationTests = testGroup "Solidity Integration Testing"
[ ("test passed", solved "test") ]
, testContract "basic/flags.sol" (Just "basic/etheno-query-error.yaml")
[] -- Just check if the etheno config does not crash Echidna
, testContractV "tstore/tstore.sol" (Just (>= solcV (0,8,25))) Nothing
[ ("echidna_foo passed", solved "echidna_foo") ]
]
File renamed without changes.