defi-wonderland / natspec-smells

👃Automatically identify missing or incomplete natspec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem reading remappings from foundry.toml

devtooligan opened this issue · comments

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
commented

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

commented

Fixed in v1.1.1, enjoy!