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