Skip to content

Commit 09960e6

Browse files
committed
Add defaults to :ignore_modules_using in ModuleDoc
1 parent 472f12e commit 09960e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/credo/check/readability/module_doc.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule Credo.Check.Readability.ModuleDoc do
55
ignore_names: [
66
~r/(\.\w+Controller|\.Endpoint|\.\w+Live(\.\w+)?|\.Repo|\.Router|\.\w+Socket|\.\w+View|\.\w+HTML|\.\w+JSON|\.Telemetry|\.Layouts|\.Mailer)$/
77
],
8-
ignore_modules_using: []
8+
ignore_modules_using: [Credo.Check, Ecto.Schema, Phoenix.LiveView, ~r/\.Web$/]
99
],
1010
explanations: [
1111
check: """

0 commit comments

Comments
 (0)