Skip to content

Commit

Permalink
bump credo and dialyxir versions (beam-community#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpolzin authored Apr 17, 2023
1 parent 5a06f40 commit 04959f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
{Credo.Check.Refactor.MatchInCondition},
{Credo.Check.Refactor.NegatedConditionsInUnless},
{Credo.Check.Refactor.NegatedConditionsWithElse},
{Credo.Check.Refactor.Nesting},
{Credo.Check.Refactor.Nesting, max_nesting: 4},
{Credo.Check.Refactor.PipeChainStart},
{Credo.Check.Refactor.UnlessWithElse},
{Credo.Check.Warning.BoolOperationOnSameValues},
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ defmodule JSONAPI.Mixfile do
{:earmark, ">= 0.0.0", only: :dev},
{:credo, "~> 1.4", only: [:dev, :test], runtime: false},
{:phoenix, "~> 1.3", only: :test},
{:dialyxir, "~> 1.2.0", only: [:dev, :test], runtime: false}
{:dialyxir, "~> 1.3.0", only: [:dev, :test], runtime: false}
]
end

Expand Down

0 comments on commit 04959f6

Please sign in to comment.