Closed gagiuntoli closed 7 months ago
Would you be able to try version 0.9.3 and if the issue still persists share a link to a github repo of your code please?
Well, it is a bit embarrassing. I had and old slither.config.json
file with references to hardhat
(from when the project used Hardhat). Even though I think Slither should be able to inform any inconsistency in the configuration.
I realized it was not only that. The foundry test were the ones making Slither to fail. Let me prepare a small minimal example to reproduce this error.
Describe the issue:
I am trying to run slither in a Foundry project and it is failing without providing me any descriptive reason:
Code example to reproduce the issue:
It is a Foundry project with the following folder structure:
Version:
0.9.2
Relevant log output:
No response