Open re1ro opened 1 year ago
I agree that extending foundry.toml
is the way to add config file support. Currently, doing so results in a forge warning, so I've created https://github.com/foundry-rs/foundry/issues/5866 to unblock config file support
Though for this particular feature request we should just parse the existing foundry config and not require it to be re-defined
Default foundry setup places contacts under the
contacts/
folder and notsrc/
. Current implementation ofcheck
hassrc/
path hardcoded. This makesscopelint check
unusable for preexisting foundry projects as it always throws the following error:Please make src/test/scripts folder paths configurable in
foundry.toml
something like:cc: @mds1 🙏