Commit 4ffc7cf3 authored by smartcontracts's avatar smartcontracts Committed by GitHub

maint: clarify interface fixes are manual (#11835)

parent 3ac725a2
......@@ -210,6 +210,9 @@ if [ "$issues_detected" = true ]; then
echo "If the interface is an external dependency or should otherwise be excluded from this"
echo "check, add the interface name to the EXCLUDE_CONTRACTS list in the script. This will prevent"
echo "the script from comparing it against a corresponding contract."
echo "IMPORTANT: Interface files are NOT yet generated automatically. You must fix any"
echo "listed discrepancies manually by updating the specified interface file. Automated"
echo "interface generation is dependent on a few Forge bug fixes."
exit 1
else
exit 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment