You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this. We are aware of this current limitation with hardhat (crytic/crytic-compile#164) and we are working to add the support for multiple compilation units to slither.
Hello there,
I'm trying to integrate slither into a hardhat project -> hyperledger-labs/blockchain-carbon-accounting#94
Running "Slither ." runs npx hardhat compile and only scans 1 solitary file. (contracts/Governance/Governor.sol)
I would like for all the *.sol files to be scanned in the contract folder..
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: