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

View Source

Detects variable names that do not follow snake_case convention. Variables in Elixir should use snake_case (e.g. my_var, _unused).

Category: Readability / Priority: normal