lpil / dogma

:closed_lock_with_key: A code style linter for Elixir
Other
471 stars 52 forks source link

Protocol.Undefined in Elixir Standard Library #227

Closed StevenXL closed 8 years ago

StevenXL commented 8 years ago

Hello.

I am trying to run dogma on my code, but the process is complaining of an unimplemented protocol within what looks like the Elixir standard library.

The gist provides further details.

Thank you.

lpil commented 8 years ago

Thank you. Is the project open source? Or could you provide that one file so I can see what it looks like?

The error is coming from line 205. I think it's a call to def and is unquoting some value and appending _path ?

lpil commented 8 years ago

Ah, dupe of #208