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.94k stars 419 forks source link

Change to not warn on calls to IO.inspect/3 #1149

Closed jisaacstone closed 2 months ago

jisaacstone commented 2 months ago

It seems unlikely that an inspect call with a specific file handler passed in would be from a debugging session, so it makes sense to exclude these calls.

Thoughts?

rrrene commented 2 months ago

@jisaacstone Sounds good to me 👍