defi-wonderland / natspec-smells

👃Automatically identify missing or incomplete natspec
MIT License
90 stars 7 forks source link

problem reading remappings from foundry.toml #34

Closed devtooligan closed 7 months ago

devtooligan commented 7 months ago

Hey guys this is great, thanks for making it! I've been meaning to try this out for a while and had the opportunity to do it today.

For some reason it couldn't get the remappings out of the foundry.toml.

remappings = ["openzeppelin/=lib/openzeppelin-contracts/contracts"]

but when i created a remappings.txt file, it worked:

openzeppelin/=lib/openzeppelin-contracts/contracts
gas1cent commented 7 months ago

This issue will be fixed in the next release, most likely this week.

gas1cent commented 7 months ago

Fixed in v1.1.1, enjoy!