Package org.sonar.javascript.checks
Class InvertedAssertionArgumentsCheck
- java.lang.Object
-
- org.sonar.javascript.checks.InvertedAssertionArgumentsCheck
-
- All Implemented Interfaces:
EslintBasedCheck,JavaScriptCheck
public class InvertedAssertionArgumentsCheck extends Object implements EslintBasedCheck
-
-
Constructor Summary
Constructors Constructor Description InvertedAssertionArgumentsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringeslintKey()List<org.sonar.api.batch.fs.InputFile.Type>targets()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.javascript.api.EslintBasedCheck
configurations
-
-
-
-
Method Detail
-
eslintKey
public String eslintKey()
- Specified by:
eslintKeyin interfaceEslintBasedCheck
-
targets
public List<org.sonar.api.batch.fs.InputFile.Type> targets()
- Specified by:
targetsin interfaceEslintBasedCheck
-
-