rdf-ex/config/dev.exs

10 lines
111 B
Elixir
Raw Normal View History

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