| AbstractAlwaysTrueOrFalseConditionCheck |
|
| AbstractAnyPathSeCheck |
Base class for check classes which must ensure that the same issue is never raised
more than once for the same tree.
|
| AbstractDuplicateBranchImplementationCheck |
|
| AbstractJQuerySelectorOptimizationCheck |
|
| AbstractSymbolNameCheck |
|
| AlertUseCheck |
|
| AlwaysUseCurlyBracesCheck |
|
| ArgumentsCallerCalleeUsageCheck |
|
| ArgumentsUsageCheck |
|
| ArgumentTypesCheck |
|
| ArithmeticOperationReturningNanCheck |
|
| ArrayCallbackWithoutReturnCheck |
|
| ArrayConstructorsCheck |
|
| ArrayReverseCheck |
|
| ArrowFunctionConventionCheck |
|
| AssignmentWithinConditionCheck |
|
| AssociativeArraysCheck |
|
| BackboneChangedIsUsedCheck |
|
| BitwiseOperatorsCheck |
|
| BooleanEqualityComparisonCheck |
|
| BoundOrAssignedEvalOrArgumentsCheck |
|
| BuiltInObjectOverriddenCheck |
|
| CallabilityCheck |
|
| CheckList |
|
| ClassPrototypeCheck |
|
| CognitiveComplexityFunctionCheck |
|
| CollapsibleIfStatementsCheck |
|
| CommaOperatorInSwitchCaseCheck |
|
| CommaOperatorUseCheck |
|
| CommentContainsPatternChecker |
|
| CommentedCodeCheck |
|
| CommentRegularExpressionCheck |
|
| ComparisonWithNaNCheck |
|
| ConditionalCommentCheck |
|
| ConditionalOperatorCheck |
|
| ConditionalUnreachableCodeCheck |
|
| ConsistentReturnsCheck |
|
| ConsoleLoggingCheck |
|
| ConstructorFunctionsForSideEffectsCheck |
|
| ContinueStatementCheck |
|
| CounterUpdatedInLoopCheck |
|
| DeadStoreCheck |
|
| DebuggerStatementCheck |
|
| DeclarationInGlobalScopeCheck |
|
| DefaultParameterSideEffectCheck |
|
| DefaultParametersNotLastCheck |
|
| DeleteArrayElementCheck |
|
| DeleteNonPropertyCheck |
|
| DeprecatedJQueryAPICheck |
|
| DestructuringAssignmentSyntaxCheck |
|
| DifferentTypesComparisonCheck |
|
| DuplicateAllBranchImplementationCheck |
|
| DuplicateBranchImplementationCheck |
|
| DuplicateConditionIfElseAndSwitchCasesCheck |
|
| DuplicateFunctionArgumentCheck |
|
| DuplicatePropertyNameCheck |
|
| ElementTypeSelectorCheck |
|
| ElementUsedWithClassSelectorCheck |
|
| ElseIfWithoutElseCheck |
|
| EmptyBlockCheck |
|
| EmptyDestructuringPatternCheck |
|
| EmptyFunctionCheck |
|
| EmptyStatementCheck |
|
| EqEqEqCheck |
|
| EqualInForLoopTerminationCheck |
|
| ErrorWithoutThrowCheck |
|
| EscapeUtils |
|
| EvalCheck |
|
| ExcessiveParameterListCheck |
|
| ExpressionComplexityCheck |
|
| ExpressionComplexityCheck.ExpressionComplexity |
|
| FileHeaderCheck |
|
| FileNameDiffersFromClassCheck |
|
| FixmeTagPresenceCheck |
|
| ForHidingWhileCheck |
|
| ForInCheck |
|
| ForLoopConditionAndUpdateCheck |
|
| ForLoopIncrementSignCheck |
|
| FunctionCallArgumentsOnNewLineCheck |
|
| FunctionComplexityCheck |
|
| FunctionConstructorCheck |
|
| FunctionDeclarationsWithinBlocksCheck |
|
| FunctionDefinitionInsideLoopCheck |
|
| FunctionNameCheck |
|
| FunctionReturnTypeCheck |
|
| FutureReservedWordsCheck |
|
| GeneratorWithoutYieldCheck |
|
| GetterSetterCheck |
|
| GlobalThisCheck |
|
| GratuitousConditionCheck |
|
| HtmlCommentsCheck |
|
| IdChildrenSelectorCheck |
|
| IdenticalExpressionOnBinaryOperatorCheck |
|
| IfConditionalAlwaysTrueOrFalseCheck |
|
| ImmediatelyReturnedVariableCheck |
|
| InconsistentFunctionCallCheck |
|
| IncrementDecrementInSubExpressionCheck |
|
| IndexOfCompareToPositiveNumberCheck |
|
| InOperatorTypeErrorCheck |
|
| InstanceofInMisuseCheck |
|
| InvariantReturnCheck |
|
| JQueryVarNameConventionCheck |
|
| JumpStatementInFinallyCheck |
|
| LabelledStatementCheck |
|
| LabelPlacementCheck |
|
| LineLengthCheck |
|
| LocalStorageCheck |
|
| LoopsShouldNotBeInfiniteCheck |
|
| MisorderedParameterListCheck |
|
| MissingNewlineAtEndOfFileCheck |
|
| MissingTrailingCommaCheck |
|
| ModelDefaultsWithArrayOrObjectCheck |
|
| MultilineBlockCurlyBraceCheck |
|
| MultilineStringLiteralsCheck |
|
| NamedFunctionExpressionCheck |
|
| NestedConditionalOperatorsCheck |
|
| NestedControlFlowDepthCheck |
|
| NewOperatorMisuseCheck |
|
| NonCaseLabelInSwitchCheck |
|
| NonEmptyCaseWithoutBreakCheck |
|
| NonExistentAssignmentOperatorCheck |
|
| NonExistentPropertyAccessCheck |
|
| NonNumberInArithmeticExpressionCheck |
|
| NonStandardImportCheck |
|
| NotStoredSelectionCheck |
|
| NullDereferenceCheck |
|
| NullDereferenceInConditionalCheck |
|
| ObjectLiteralShorthandCheck |
|
| OctalNumberCheck |
|
| OneStatementPerLineCheck |
|
| OpenCurlyBracesAtEOLCheck |
|
| ParenthesesCheck |
|
| ParseIntCallWithoutBaseCheck |
|
| ParsingErrorCheck |
|
| PostMessageCheck |
|
| PrimitiveWrappersCheck |
|
| ReassignedParameterCheck |
|
| RedeclaredSymbolCheck |
|
| ReferenceErrorCheck |
|
| ReturnInSetterCheck |
|
| ReturnOfBooleanExpressionCheck |
|
| ReturnValueNotIgnoredCheck |
|
| SelectionTestedWithoutLengthCheck |
|
| SelfAssignmentCheck |
|
| SemicolonCheck |
|
| ShorthandPropertiesNotGroupedCheck |
|
| SingleQuoteStringLiteralsCheck |
|
| SpaceInModelPropertyNameCheck |
|
| StrictModeCheck |
|
| StringConcatenatedWithNonStringCheck |
|
| StringConcatenationCheck |
|
| StringsComparisonCheck |
|
| SuperInvocationCheck |
|
| SwitchWithNotEnoughCaseCheck |
|
| SwitchWithoutDefaultCheck |
|
| SymbolUsedAsConstructorCheck |
|
| TabCharacterCheck |
|
| TemplateStringMisuseCheck |
|
| TodoTagPresenceCheck |
|
| TooManyArgumentsCheck |
|
| TooManyBreakOrContinueInLoopCheck |
|
| TooManyLinesInFileCheck |
|
| TooManyLinesInFunctionCheck |
|
| TrailingCommaCheck |
http://stackoverflow.com/questions/7246618/trailing-commas-in-javascript
|
| TrailingCommentCheck |
|
| TrailingWhitespaceCheck |
|
| UnaryPlusMinusWithObjectCheck |
|
| UnchangedLetVariableCheck |
|
| UnconditionalJumpStatementCheck |
|
| UndefinedAssignmentCheck |
|
| UndefinedShadowingCheck |
|
| UniversalSelectorCheck |
|
| UnreachableCodeCheck |
|
| UntrustedContentCheck |
|
| UnusedFunctionArgumentCheck |
|
| UnusedVariableCheck |
|
| UpdatedConstVariableCheck |
|
| UselessExpressionStatementCheck |
|
| UselessIncrementCheck |
|
| UselessStringOperationCheck |
|
| UseOfEmptyReturnValueCheck |
|
| ValuesNotConvertibleToNumbersCheck |
|
| VarDeclarationCheck |
|
| VariableDeclarationAfterUsageCheck |
|
| VariableDeclarationWithoutVarCheck |
|
| VariableShadowingCheck |
|
| VoidUseCheck |
|
| WebSQLDatabaseCheck |
|
| WildcardImportCheck |
|
| WithStatementCheck |
|
| WrongScopeDeclarationCheck |
|
| YieldOutsideGeneratorCheck |
|