Package org.sonar.javascript.checks
Class NoAccessorFieldMismatchCheck
- java.lang.Object
-
- org.sonar.javascript.checks.NoAccessorFieldMismatchCheck
-
- All Implemented Interfaces:
EslintBasedCheck
,JavaScriptCheck
public class NoAccessorFieldMismatchCheck extends Object implements EslintBasedCheck
-
-
Constructor Summary
Constructors Constructor Description NoAccessorFieldMismatchCheck()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
eslintKey()
-
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, targets
-
-
-
-
Method Detail
-
eslintKey
public String eslintKey()
- Specified by:
eslintKey
in interfaceEslintBasedCheck
-
-