core: disable Credo and Dialyzer in mix_test_watch config

This commit is contained in:
Marcel Otto 2016-11-27 15:01:28 +01:00
parent af3043677e
commit c8ae0b2e1b

View file

@ -4,6 +4,6 @@ config :mix_test_watch,
clear: true,
tasks: [
"test",
"dialyzer",
"credo",
# "dialyzer",
# "credo",
]