Skip to content

Commit

Permalink
maint: clarify interface fixes are manual (#11835)
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcontracts committed Sep 10, 2024
1 parent 3ac725a commit 4ffc7cf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/contracts-bedrock/scripts/checks/check-interfaces.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ffc7cf

Please sign in to comment.