feat(linter): allow project component sub-tokens - #176
Conversation
Status / unblock ask
Could a maintainer Approve and run workflows on https://github.com/google-labs-code/design.md/actions/runs/33332070373 so Test goes green? Happy to rebase onto latest Fixes #171. |
Soft bundled ask — workflow approvalFriendly Monday nudge for maintainers: both fork PRs are MERGEABLE with CLA green, but Test (and Google Actions Workflow Security Scan) are still stuck on Approve and run workflows:
Happy to rebase if |
Soft bundled ask — workflow approvalMonday nudge: #176 and #177 are still MERGEABLE with CLA green, but Test needs maintainer Approve and run workflows:
Happy to rebase if |
Fixes #171.
Problem
Custom component sub-tokens survive parsing and reference resolution, but broken-ref warns for every occurrence. Expected extension warnings then hide real misspellings such as gaap among declared keys such as gap and owner. Disabling broken-ref is too broad because it also disables unresolved-reference errors.
Solution
Validation