mix quality_check (LangChain MCP v0.2.0)
View SourceRuns all quality checks: format, linting, type checking, and tests.
Usage
mix quality_checkThis runs the same checks as CI:
- Code formatting validation
- Credo linting (strict mode)
- Dialyzer type checking
- Unit tests (excludes live_call integration tests)
Use before committing to ensure code meets quality standards.