Skip to content

fix(ci): resolve lint errors and typecheck failures#149

Merged
skulidropek merged 2 commits intoProverCoderAI:mainfrom
skulidropek:fix/ci-cd-lint-typecheck
Mar 16, 2026
Merged

fix(ci): resolve lint errors and typecheck failures#149
skulidropek merged 2 commits intoProverCoderAI:mainfrom
skulidropek:fix/ci-cd-lint-typecheck

Conversation

@skulidropek
Copy link
Copy Markdown
Member

This PR fixes several CI/CD issues:

  • Fixed missing 'isWeb' property in AuthGeminiLoginCommand in packages/app
  • Fixed ESLint errors in packages/lib (void/unknown types, template expressions, nested functions)
  • Refactored complex and long functions to meet ESLint limits (complexity, max-lines-per-function, max-lines)
  • Replaced switch statements with Effect Match for functional style consistency

@skulidropek skulidropek merged commit dbc0d1e into ProverCoderAI:main Mar 16, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant