From 1834251ca7e1fee5a2b87c0810c951b4e6d666fa Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Wed, 25 May 2022 12:18:54 -0400 Subject: [PATCH] chore: lint --- test/support/api.ex | 1 + test/support/registry.ex | 1 + test/support/resources/post.ex | 1 + 3 files changed, 3 insertions(+) diff --git a/test/support/api.ex b/test/support/api.ex index 1605a0d..a3f98bc 100644 --- a/test/support/api.ex +++ b/test/support/api.ex @@ -1,4 +1,5 @@ defmodule AshAdmin.Test.Api do + @moduledoc false use Ash.Api, extensions: [AshAdmin.Api] diff --git a/test/support/registry.ex b/test/support/registry.ex index 4cd85c2..f59baa4 100644 --- a/test/support/registry.ex +++ b/test/support/registry.ex @@ -1,4 +1,5 @@ defmodule AshAdmin.Test.Registry do + @moduledoc false use Ash.Registry entries do diff --git a/test/support/resources/post.ex b/test/support/resources/post.ex index 223b794..2309596 100644 --- a/test/support/resources/post.ex +++ b/test/support/resources/post.ex @@ -1,4 +1,5 @@ defmodule AshAdmin.Test.Post do + @moduledoc false use Ash.Resource, data_layer: Ash.DataLayer.Ets