1 parent 472f12e commit 09960e6Copy full SHA for 09960e6
1 file changed
lib/credo/check/readability/module_doc.ex
@@ -5,7 +5,7 @@ defmodule Credo.Check.Readability.ModuleDoc do
5
ignore_names: [
6
~r/(\.\w+Controller|\.Endpoint|\.\w+Live(\.\w+)?|\.Repo|\.Router|\.\w+Socket|\.\w+View|\.\w+HTML|\.\w+JSON|\.Telemetry|\.Layouts|\.Mailer)$/
7
],
8
- ignore_modules_using: []
+ ignore_modules_using: [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/]
9
10
explanations: [
11
check: """
0 commit comments