Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/mimicry/mock_repo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ defmodule Mimicry.MockRepo do
@doc """
Given a speicification, find an example for a given reference
"""
def example(spec = %Specification{content: content}, reference) do
def example(_spec = %Specification{content: _content}, _reference) do
end

@doc """
Expand Down
2 changes: 0 additions & 2 deletions lib/mimicry/utils/specification_file_reader.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ defmodule Mimicry.Utils.SpecificationFileReader do
`SpecificationFileReader` provides functions around fiels given to Mimicry.
"""

alias Mimicry.OpenAPI.Specification

@doc """
attempts to read a file from the configured spec directory,
retaining information about the extension of the file
Expand Down