You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While Elixir does not require @impl statements, I would like that the presence of @behaviour Anything implies the presence, somewhere in the code, of a @impl statement. Note that if there is at least one @impl statement, then Elixir enforces that they are all decorated.
In this check or separate check, I'd like that @impl true be forbidden
Which existing behaviour would change?
Note: this is similar to #13, but more basic and can be implemented statically.
The text was updated successfully, but these errors were encountered:
What do you want Credo to do?
While Elixir does not require
@impl
statements, I would like that the presence of@behaviour Anything
implies the presence, somewhere in the code, of a@impl
statement. Note that if there is at least one@impl
statement, then Elixir enforces that they are all decorated.In this check or separate check, I'd like that
@impl true
be forbiddenWhich existing behaviour would change?
Note: this is similar to #13, but more basic and can be implemented statically.
The text was updated successfully, but these errors were encountered: