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

org.sonar.l10n.javascript.rules.javascript.XPath.html Maven / Gradle / Ivy

There is a newer version: 2.5
Show newest version

This rule allows to define some homemade Javascript rules with help of an XPath expression.

Issues are created depending on the return value of the XPath expression. If the XPath expression returns:

  • a single or list of AST nodes, then a line issue with the given message is created for each node
  • a boolean, then a file issue with the given message is created only if the boolean is true
  • anything else, no issue is created

Here is an example of an XPath expression to log a issue on each if statement : //ifStatement





© 2015 - 2024 Weber Informatics LLC | Privacy Policy