lpil / dogma

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

Allow implementation of base protocols in the takenName rule #243

Closed P-Seebauer closed 7 years ago

P-Seebauer commented 7 years ago

The takenName rule now doesn't raise an error for definitions inside protocol implementations if the expected function name is a taken name.

see also #242

lpil commented 7 years ago

Thank you!