I believe I may have found an edge case to Inch's parameter description suggestion. I have a def which defines dag like so:
def import(dag = {:digraph, _, _, _, _}) do
end
Inch is reporting that I should: Describe the parameter "arg". - is this due to the fact that inch can't tell that dag = {:digraph, _, _, _, _} and by referencing dag I'm also referencing {:digraph, _, _, _, _}?
Hey there, thanks again for this great project!
I believe I may have found an edge case to Inch's parameter description suggestion. I have a def which defines
dag
like so:Inch is reporting that I should:
Describe the parameter "arg".
- is this due to the fact that inch can't tell thatdag = {:digraph, _, _, _, _}
and by referencingdag
I'm also referencing{:digraph, _, _, _, _}
?Best, JH
Re: [B] FDG.Importers.Digraph.import/1 in johnhamelink/elixir-fdg