fix dialyzer, credo and format
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
defmodule CanneryWeb.ContainerLive.FormComponent do
|
||||
@moduledoc """
|
||||
Livecomponent that can update or create an Cannery.Containers.Container
|
||||
"""
|
||||
|
||||
use CanneryWeb, :live_component
|
||||
|
||||
alias Cannery.Containers
|
||||
|
@ -1,4 +1,8 @@
|
||||
defmodule CanneryWeb.ContainerLive.Index do
|
||||
@moduledoc """
|
||||
Liveview for showing Cannery.Containers.Container index
|
||||
"""
|
||||
|
||||
use CanneryWeb, :live_view
|
||||
|
||||
alias Cannery.Containers
|
||||
|
@ -1,4 +1,8 @@
|
||||
defmodule CanneryWeb.ContainerLive.Show do
|
||||
@moduledoc """
|
||||
Liveview for showing and editing a Cannery.Containers.Container
|
||||
"""
|
||||
|
||||
use CanneryWeb, :live_view
|
||||
|
||||
alias Cannery.Containers
|
||||
|
Reference in New Issue
Block a user