dialyzer-configuration

Installation
SKILL.md

Dialyzer Configuration

Dialyzer is a static analysis tool for Erlang and Elixir that identifies software discrepancies such as type errors, unreachable code, and unnecessary tests.

Configuration Files

dialyzer.ignore-warnings

# Ignore specific warnings
lib/my_module.ex:42:pattern_match_cov

.dialyzer_ignore.exs

Installs
19
GitHub Stars
173
First Seen
Jan 22, 2026
dialyzer-configuration — thebushidocollective/han