dialyzer-integration
Installation
SKILL.md
Dialyzer Integration
Integrating Dialyzer into development workflow and CI/CD pipelines.
Local Development
Initial Setup
# Install dialyxir
mix deps.get
# Build initial PLT (takes time first run)
mix dialyzer --plt
# Run analysis
mix dialyzer