Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rules/sdk: exempt "core", "runtime" from map iteration checks
Noticed in a bunch of cosmos-sdk patterns that "runtime" is a package that heavily uses maps for proto and file descriptor manipulation so let's excuse it from map range checks; same thing for "core"
- Loading branch information