You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Make EXCLUDED_GLOB_PATTERNS readonly to prevent accidental mutation
by consumers (spreads at call sites are now intentional, creating
mutable copies for APIs that require string[])
- Throw on unrecognized index format in test instead of silently
defaulting to empty array (prevents polluter assertions from passing
vacuously)
- Move analyzerRegistry.register into test body — only one test, no
need for beforeEach ceremony
0 commit comments