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
fix(lint): resolve all CI lint errors across Lint, Lint Effect-TS, and Test checks
- command-runner.ts: use pipe() with Effect.map to avoid unicorn/no-array-callback-reference
- create-project.ts: replace spread in Array.push with for-of loop; use satisfies instead of as const
- docker.ts: replace Effect.catchAll with Effect.orElseSucceed to satisfy no-restricted-syntax
- create-project-identity-conflict.test.ts: add typed mock params to fix TS2554
- docker-runtime-info.test.ts: extract nested ternary, replace generator with Effect.sync, use IP constants
- open-project.test.ts: extract hardcoded IPs to constructed constants
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments