rules.LocalVariableName.md Maven / Gradle / Ivy
Checks the format of local, non-`final` variable names.
Identifiers must match `^[a-z][a-zA-Z0-9]*$`.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy
Checks the format of local, non-`final` variable names.
Identifiers must match `^[a-z][a-zA-Z0-9]*$`.