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
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
The resolution of remappings from the foundry.toml file are broken when the file contains comments within the remappings table. This is because natspec-smells uses custom string parsing instead of a proper TOML parser.
Repro:
remappings = [
"forge-std/=dependencies/forge-std-1.9.2/src/", # this is a comment"@openzeppelin/contracts/=dependencies/@openzeppelin-contracts-5.0.2/"
]