Skip to content

Commit

Permalink
chore: satisfy dialyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Feb 1, 2024
1 parent 66dce77 commit 8fd7c06
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 1 addition & 0 deletions .dialyzer-ignore.exs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[]
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ pinecone-*.tar

# Temporary files, for example, from tests.
/tmp/
.dialyzer/*
4 changes: 0 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,12 @@ defmodule Pinecone.MixProject do
deps: deps(),
docs: docs(),
package: package(),

preferred_cli_env: [
dialyzer: :test
],

elixirc_options: [
warnings_as_errors: true
],

dialyzer: [
plt_add_apps: [:ex_unit, :mix, :credo],
list_unused_filters: true,
Expand All @@ -45,7 +42,6 @@ defmodule Pinecone.MixProject do
{:credo, "~> 1.6", only: [:dev, :test], runtime: false},
{:blitz_credo_checks, "~> 0.1", only: [:test, :dev], runtime: false},
{:ex_doc, ">= 0.0.0", optional: true, only: :dev},

{:jason, "~> 1.4"},
{:req, "~> 0.3"}
]
Expand Down

0 comments on commit 8fd7c06

Please sign in to comment.