Skip to content

Commit

Permalink
fix: add @moduledoc tag to compiled support test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamez committed Oct 4, 2024
1 parent 84c8dcf commit a0f51f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/support/messages.ex
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
defmodule Protox.Messages do
@moduledoc false

use Protox,
files: [
"./test/samples/messages.proto"
Expand Down
2 changes: 2 additions & 0 deletions test/support/random_init.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# credo:disable-for-this-file Credo.Check.Refactor.CyclomaticComplexity
# credo:disable-for-this-file Credo.Check.Refactor.Nesting
defmodule Protox.RandomInit do
@moduledoc false

use PropCheck

def generate_msg(mod) do
Expand Down

0 comments on commit a0f51f1

Please sign in to comment.