Add transformations phase #7
ci.yaml
on: pull_request
Annotations
1 error and 5 warnings
Static Checks (Elixir 1.16.2)
Process completed with exit code 6.
|
Static Checks (Elixir 1.16.2):
test/absinthe_helpers/phase/apply_transforms_test.exs#L41
Nested modules could be aliased at the top of the invoking module.
|
Static Checks (Elixir 1.16.2):
test/absinthe_helpers/phase/apply_transforms_test.exs#L41
Nested modules could be aliased at the top of the invoking module.
|
Static Checks (Elixir 1.16.2):
test/support/test_resolver.ex#L1
Modules should have a @moduledoc tag.
|
Static Checks (Elixir 1.16.2):
lib/transforms/trim_transform.ex#L1
Modules should have a @moduledoc tag.
|
Static Checks (Elixir 1.16.2):
lib/transforms/to_integer_transform.ex#L1
Modules should have a @moduledoc tag.
|