inch-ci / inch_ci-web

Web frontend for Inch CI
http://inch-ci.org/
MIT License
139 stars 20 forks source link

Asks to describe the parameter `arg` - which is already defined #108

Open johnhamelink opened 8 years ago

johnhamelink commented 8 years ago

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:

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, _, _, _, _}?

Best, JH


Re: [B] FDG.Importers.Digraph.import/1 in johnhamelink/elixir-fdg