Skip to content

Commit

Permalink
make credo happy
Browse files Browse the repository at this point in the history
  • Loading branch information
okothkongo committed Aug 9, 2023
1 parent fbf0130 commit 3a0d719
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .credo.exs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
# included: ["lib/", "src/", "test/", "web/", "apps/"],
excluded: [
~r"/_build/",
~r"/deps/"
~r"/deps/",
"lib/elixir_conf_africa_web/telemetry.ex",
"lib/elixir_conf_africa_web/components/layouts.ex"
]
},
#
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,5 @@ jobs:
run: mix ecto.create
- name: Run tests
run: mix test
- name: lint
run: mix lint
1 change: 1 addition & 0 deletions lib/elixir_conf_africa/mailer.ex
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
defmodule ElixirConfAfrica.Mailer do
@moduledoc false
use Swoosh.Mailer, otp_app: :elixir_conf_africa
end

0 comments on commit 3a0d719

Please sign in to comment.