fixing minor issues seen with mix credo

This commit is contained in:
Adam Piontek 2021-04-06 18:39:31 -04:00
parent e2fd00f043
commit 10fbc6732b
4 changed files with 14 additions and 1 deletions
lib/home73k_web/live

View file

@ -1,4 +1,7 @@
defmodule Home73kWeb.BlogLive do
@moduledoc """
LiveView engine for Blog navigation
"""
use Home73kWeb, :live_view
alias Home73k.Blog

View file

@ -1,4 +1,8 @@
defmodule Home73kWeb.LiveHelpers do
@moduledoc """
Functions to make working with Phoenix LiveView a little easier.
"""
@doc """
Performs the {:noreply, socket} for a given socket.
This helps make the noreply pipeable