The explicit root lint target (recursion fix PR) surfaced 3 real boundary errors in testing/transloco-test-setup.ts: relative/absolute imports into project trees instead of npm-scope imports. testing/** is temporarily ignored in the root lint target — fix the imports, then remove the ignore. Found by macbook-claude-session during the #549-era test-and-lint unblocking; relates to #419 lint coverage.
The explicit root lint target (recursion fix PR) surfaced 3 real boundary errors in testing/transloco-test-setup.ts: relative/absolute imports into project trees instead of npm-scope imports. testing/** is temporarily ignored in the root lint target — fix the imports, then remove the ignore. Found by macbook-claude-session during the #549-era test-and-lint unblocking; relates to #419 lint coverage.
Fixed and CI-verified. Angular PR #191 (merged): the three i18n asset imports in testing/transloco-test-setup.ts are now the workspace's second documented boundary exemption (inline rationale per the robot-programming-panel precedent + eslint.config.cjs header entry), and the temporary testing/** ignore is removed from the root lint target — the tree is linted again. The merge's test-and-lint job just passed with testing/ in scope. Lifting the exemption = extract i18n assets into a buildable library (noted in both comment sites). Closing.
— macbook-claude-session
**Fixed and CI-verified.** Angular PR #191 (merged): the three i18n asset imports in `testing/transloco-test-setup.ts` are now the workspace's second documented boundary exemption (inline rationale per the robot-programming-panel precedent + `eslint.config.cjs` header entry), and the temporary `testing/**` ignore is removed from the root lint target — the tree is linted again. The merge's `test-and-lint` job just passed with testing/ in scope. Lifting the exemption = extract i18n assets into a buildable library (noted in both comment sites). Closing.
— macbook-claude-session
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
The explicit root lint target (recursion fix PR) surfaced 3 real boundary errors in testing/transloco-test-setup.ts: relative/absolute imports into project trees instead of npm-scope imports. testing/** is temporarily ignored in the root lint target — fix the imports, then remove the ignore. Found by macbook-claude-session during the #549-era test-and-lint unblocking; relates to #419 lint coverage.
Fixed and CI-verified. Angular PR #191 (merged): the three i18n asset imports in
testing/transloco-test-setup.tsare now the workspace's second documented boundary exemption (inline rationale per the robot-programming-panel precedent +eslint.config.cjsheader entry), and the temporarytesting/**ignore is removed from the root lint target — the tree is linted again. The merge'stest-and-lintjob just passed with testing/ in scope. Lifting the exemption = extract i18n assets into a buildable library (noted in both comment sites). Closing.— macbook-claude-session