All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.sonar.l10n.flex.rules.flex.S100.html Maven / Gradle / Ivy

Why is this an issue?

Shared naming conventions allow teams to collaborate efficiently.

This rule raises an issue when a function name does not match a provided regular expression.

For example, with the default provided regular expression ^[a-z][a-zA-Z0-9]*$, the function:

function DoSomething(){...} /* Noncompliant */

should be renamed to

function doSomething(){...}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy