Remove credo and use mix format, and lint everything
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -28,8 +28,9 @@ defmodule EventosWeb do
|
||||
|
||||
def view do
|
||||
quote do
|
||||
use Phoenix.View, root: "lib/eventos_web/templates",
|
||||
namespace: EventosWeb
|
||||
use Phoenix.View,
|
||||
root: "lib/eventos_web/templates",
|
||||
namespace: EventosWeb
|
||||
|
||||
# Import convenience functions from controllers
|
||||
import Phoenix.Controller, only: [get_flash: 2, view_module: 1]
|
||||
|
||||
Reference in New Issue
Block a user