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 FunctionNames when sigil is private #1140

Closed leobessa closed 3 weeks ago

leobessa commented 2 months ago

This pull request updates the Credo.Check.Readability.FunctionNames module to ignore function names when the sigil is private. It also includes test cases to ensure the expected behavior.

rrrene commented 3 weeks ago

@leobessa Thx!