mix quality_check (LangChain MCP v0.2.0)

View Source

Runs all quality checks: format, linting, type checking, and tests.

Usage

mix quality_check

This 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.