Skip to content

Commit 3ccbb1d

Browse files
committed
remove Credo & Dialyxir from deps
These tools are used to cause CI failures on Elixir master and actually this library does not benefit from using them a lot.
1 parent 664af65 commit 3ccbb1d

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,5 @@ jobs:
5151
- name: Check for valid formatting
5252
run: mix format --check-formatted
5353

54-
- name: Run Credo static code analysis
55-
run: mix credo
56-
5754
- name: Run unit tests
5855
run: mix test --color --trace

mix.exs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ defmodule BiMap.Mixfile do
3131
defp deps do
3232
[
3333
# Development dependencies
34-
{:credo, "~> 1.1", only: [:dev, :test], runtime: false},
35-
{:dialyxir, "~> 1.0", only: [:dev], runtime: false},
3634
{:ex_doc, "~> 0.14", only: :dev, runtime: false},
3735
{:stream_data, "~> 0.5.0", only: [:dev, :test]}
3836
]

0 commit comments

Comments
 (0)