mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-08 08:22:48 +00:00
8 lines
151 B
Elixir
8 lines
151 B
Elixir
use ExGuard.Config
|
|
|
|
guard("dialyzer")
|
|
|> command("mix dialyzer")
|
|
|> watch(~r{\.(erl|ex|exs|eex|xrl|yrl)\z}i)
|
|
|> ignore(~r{deps})
|
|
|> notification(:off)
|