rdf-ex/config/dev.exs

9 lines
111 B
Elixir

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