Skip to content

Commit d89c811

Browse files
authored
Merge pull request #15 from wnuqui/misc/junit_formatter_on_test_only
Misc changes
2 parents 3158d6c + 20614b2 commit d89c811

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.credo.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
{Credo.Check.Design.DuplicatedCode, excluded_macros: []},
6868

6969
# You can also customize the exit_status of each check.
70-
# If you don't want "todo tag" comments to cause `mix credo` to fail, just
71-
# set this value to 0 (zero).
70+
# If you don't want "todo tag" comments to cause `mix credo` to fail,
71+
# just set this value to 0 (zero).
7272
{Credo.Check.Design.TagTODO, exit_status: 2},
7373
{Credo.Check.Design.TagFIXME},
7474

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ defmodule Presence.Mixfile do
3636
{:ex_unit_notifier, "~> 0.1", only: :test},
3737
{:earmark, ">= 1.2.0", only: :dev},
3838
{:ex_doc, "~> 0.15", only: :dev, runtime: false},
39-
{:junit_formatter, ">= 0.0.0"},
39+
{:junit_formatter, ">= 0.0.0", only: :test},
4040
{:inch_ex, "~> 0.5", only: [:dev, :test]},
4141
{:dialyxir, "~> 0.5", only: [:dev], runtime: false}
4242
]

0 commit comments

Comments
 (0)