Package org.sonar.javascript.checks
Class NoIncompleteAssertionsCheck
- java.lang.Object
-
- org.sonar.plugins.javascript.api.TestFileCheck
-
- org.sonar.javascript.checks.NoIncompleteAssertionsCheck
-
- All Implemented Interfaces:
EslintBasedCheck
,JavaScriptCheck
public class NoIncompleteAssertionsCheck extends TestFileCheck
-
-
Constructor Summary
Constructors Constructor Description NoIncompleteAssertionsCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
eslintKey()
-
Methods inherited from class org.sonar.plugins.javascript.api.TestFileCheck
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()
-
-