rrrene / credo

A static code analysis tool for the Elixir language with a focus on code consistency and teaching.
http://credo-ci.org/
MIT License
4.91k stars 414 forks source link

Ignore PredicateFunctionNames when is impl #1121

Closed quangngd closed 5 months ago

quangngd commented 5 months ago

Overview

Impl details

If any :def, :defp, :defmacro is preceded with :impl, we ignore.

Code is mostly inspired from the impl of Specs

rrrene commented 5 months ago

I like this in principle and will add suggestions later this week. 🎉

rrrene commented 5 months ago

@quangngd Thx! ✌️