MetaCredo.Check.Readability.FunctionNames (MetaCredo v0.1.0)

View Source

Detects function names that do not follow snake_case convention. Elixir functions should be named in snake_case, optionally ending with ! or ?.

Category: Readability / Priority: normal