We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c71bf commit 224d1e1Copy full SHA for 224d1e1
3 files changed
lib/mix/tasks/openapi.spec.json.ex
@@ -29,7 +29,6 @@ defmodule Mix.Tasks.Openapi.Spec.Json do
29
* `--filename` - The output filename (defaults to "#{@default_filename}")
30
"""
31
use Mix.Task
32
- require Mix.Generator
33
34
@impl true
35
def run(argv) do
lib/mix/tasks/openapi.spec.yaml.ex
@@ -26,7 +26,6 @@ defmodule Mix.Tasks.Openapi.Spec.Yaml do
26
27
28
@dialyzer {:nowarn_function, encoder: 0}
lib/open_api_spex/export_spec.ex
@@ -2,7 +2,6 @@ defmodule OpenApiSpex.ExportSpec do
2
@moduledoc """
3
Export spec in specified encoding
4
5
6
7
defmodule Options do
8
@moduledoc false
0 commit comments