Skip to content

Scalastyle proposed rules (Naming Conventions)

matthewfarwell edited this page Oct 16, 2012 · 8 revisions

This page contains proposed rules for Scalastyle, category Naming Conventions.

Naming Conventions

FieldNames

Checks that the field names follow the regular expression [a-z][a-zA-Z]*

Parameters

  • regex: the regular expression to use

VariableNames

Checks that the variable names follow the regular expression [a-z][a-zA-Z]*

Parameters

  • regex: the regular expression to use