mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-09 16:42:49 +00:00
authentication with persistence working
This commit is contained in:
7
.exguard.exs
Normal file
7
.exguard.exs
Normal file
@@ -0,0 +1,7 @@
|
||||
use ExGuard.Config
|
||||
|
||||
guard("dialyzer")
|
||||
|> command("mix dialyzer")
|
||||
|> watch(~r{\.(erl|ex|exs|eex|xrl|yrl)\z}i)
|
||||
|> ignore(~r{deps})
|
||||
|> notification(:off)
|
||||
Reference in New Issue
Block a user