core: disable Credo and Dialyzer in mix_test_watch config
This commit is contained in:
parent
af3043677e
commit
c8ae0b2e1b
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@ config :mix_test_watch,
|
||||||
clear: true,
|
clear: true,
|
||||||
tasks: [
|
tasks: [
|
||||||
"test",
|
"test",
|
||||||
"dialyzer",
|
# "dialyzer",
|
||||||
"credo",
|
# "credo",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue