File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Trace is a Hawk support engine. Keep the dependency edge one-way:
2222
2323- depend on ` hawk-core-contracts ` when a stable cross-repo contract is needed
2424- do not import ` hawk/internal/* `
25- - do not add new imports of ` hawk/shared/types ` ; that path is compatibility-only
25+ - do not import removed legacy path ` hawk/shared/types ` ; use ` hawk-core-contracts/types `
2626
2727### What you get
2828
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [[ -n "${violations}" ]]; then
1414 echo " forbidden Hawk imports found:"
1515 echo " ${violations} "
1616 echo
17- echo " support repos must use hawk-core-contracts or local contracts, not hawk/internal or hawk/shared/types"
17+ echo " support repos must use hawk-core-contracts or local contracts, not hawk/internal or removed hawk/shared/types"
1818 exit 1
1919fi
2020
You can’t perform that action at this time.
0 commit comments