ava-labs / hypersdk

Opinionated Framework for Building Hyper-Scalable Blockchains on Avalanche
Other
203 stars 112 forks source link

Add Linter to Ensure Examples never use `internal` packages #1572

Open aaronbuchwald opened 2 months ago

aaronbuchwald commented 2 months ago

After moving packages to internal we accidentally included some in the examples directory, which would be impossible for any external repos to reproduce.

We should add a linter to guarantee that examples never pulls in any packages from internal.

aaronbuchwald commented 2 months ago

Separated adding a linter from https://github.com/ava-labs/hypersdk/issues/1557