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

Ignore FunctionNames when sigil is private #1140

Closed leobessa closed 3 months ago

leobessa commented 5 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 months ago

@leobessa Thx!