Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Run static analyzer on contract changes #3962

Open
franckc opened this issue Nov 12, 2019 · 0 comments
Open

Run static analyzer on contract changes #3962

franckc opened this issue Nov 12, 2019 · 0 comments
Labels
enhancement New feature or request P2 Small number of users are affected, major cosmetic issue solidity

Comments

@franckc
Copy link
Collaborator

franckc commented Nov 12, 2019

Whenever a code change is made to one of our contract, it would be nice to automatically trigger running a static code analyzer such as slither.

I attempted to do so by integrating our github repo with the crytic tool.
But I ran into several limitations:

  • it did not work well with our mono-repo since the tool could not find the directory where our contract source was
  • there was not a way to configure the tool to only run when there is a contract code change
@franckc franckc added enhancement New feature or request solidity P2 Small number of users are affected, major cosmetic issue labels Nov 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request P2 Small number of users are affected, major cosmetic issue solidity
Projects
None yet
Development

No branches or pull requests

1 participant