rdf-ex/config/dev.exs

10 lines
113 B
Elixir

use Mix.Config
config :mix_test_watch,
clear: true,
tasks: [
"test",
# "dialyzer",
# "credo",
]