|
|
@@ -0,0 +1,202 @@ |
|
|
javascript |
|
|
|
|
|
ES6ValidationInspection |
|
|
JSAccessibilityCheckInspection |
|
|
JSBitwiseOperatorUsageInspection |
|
|
JSCheckFunctionSignaturesInspection |
|
|
JSClosureCompilerSyntaxInspection |
|
|
JSCommentMatchesSignatureInspection |
|
|
JSComparisonWithNaNInspection |
|
|
JSConsecutiveCommasInArrayLiteralInspection |
|
|
JSConstructorReturnsPrimitiveInspection |
|
|
JSDeclarationsAtScopeStartInspection |
|
|
JSDeprecatedSymbolsInspection |
|
|
JSDuplicatedDeclarationInspection |
|
|
JSJQueryEfficiencyInspection |
|
|
JSLastCommaInArrayLiteralInspection |
|
|
JSLastCommaInObjectLiteralInspection |
|
|
JSMethodCanBeStaticInspection |
|
|
JSMismatchedCollectionQueryUpdateInspection |
|
|
JSPotentiallyInvalidConstructorUsageInspection |
|
|
JSPotentiallyInvalidTargetOfIndexedPropertyAccess |
|
|
JSPotentiallyInvalidUsageOfThisInspection |
|
|
JSPrimitiveTypeWrapperUsageInspection |
|
|
JSReferencingMutableVariableFromClosureInspection |
|
|
JSSuspiciousNameCombinationInspection |
|
|
JSUndeclaredVariableInspection |
|
|
JSUndefinedPropertyAssignmentInspection |
|
|
JSUnfilteredForInLoopInspection |
|
|
JSUnnecessarySemicolonInspection |
|
|
JSUnresolvedFunctionInspection |
|
|
JSUnresolvedLibraryURLInspection |
|
|
JSUnresolvedVariableInspection |
|
|
JSUnusedAssignmentInspection |
|
|
JSUnusedGlobalSymbolsInspection |
|
|
JSUnusedLocalSymbolsInspection |
|
|
JSValidateJSDocInspection |
|
|
JSValidateTypesInspection |
|
|
|
|
|
watcher |
|
|
|
|
|
TaskInspection |
|
|
TaskProblemsInspection |
|
|
|
|
|
css |
|
|
|
|
|
CssFloatPxLengthInspection |
|
|
CssNoGenericFontNameInspection |
|
|
CssUnitlessNumberInspection |
|
|
CssConvertColorToHexInspection |
|
|
CssConvertColorToRgbInspection |
|
|
CssInvalidElementInspection |
|
|
CssNegativeValueInspection |
|
|
CssOptimizeSimilarPropertiesInspection |
|
|
CssOverwrittenPropertiesInspection |
|
|
CssUnknownPropertyInspection |
|
|
CssUnusedSymbolInspection |
|
|
CssInvalidAtRuleInspection |
|
|
CssInvalidCharsetRuleInspection |
|
|
CssInvalidFunctionInspection |
|
|
CssInvalidHtmlTagReferenceInspection |
|
|
CssInvalidImportInspection |
|
|
CssInvalidMediaFeatureInspection |
|
|
CssInvalidPropertyValueInspection |
|
|
CssInvalidPseudoSelectorInspection |
|
|
CssUnknownTargetInspection |
|
|
CssMissingSemicolonInspection |
|
|
CssRedundantUnitInspection |
|
|
|
|
|
sql |
|
|
|
|
|
SqlAddNotNullColumnInspection |
|
|
SqlAmbiguousColumnInspection |
|
|
SqlAutoIncrementDuplicateInspection |
|
|
SqlCheckUsingColumnsInspection |
|
|
SqlConstantConditionInspection |
|
|
SqlDerivedTableAliasInspection |
|
|
SqlDialectInspection |
|
|
SqlDropIndexedColumnInspection |
|
|
SqlIdentifierInspection |
|
|
SqlInsertValuesInspection |
|
|
SqlNoDataSourceInspection |
|
|
SqlNullComparisonInspection |
|
|
SqlResolveInspection |
|
|
SqlShouldBeInGroupByInspection |
|
|
SqlTypeInspection |
|
|
|
|
|
oracle |
|
|
|
|
|
SqlDeprecateTypeInspection |
|
|
|
|
|
postgresql |
|
|
|
|
|
SqlPostgresqlSelectFromProcedureInspection |
|
|
|
|
|
php |
|
|
|
|
|
PhpAbstractStaticMethodInspection |
|
|
PhpHierarchyChecksInspection |
|
|
PhpUnreachableStatementInspection |
|
|
PhpUnusedLocalVariableInspection |
|
|
PhpWrongCatchClausesOrderInspection |
|
|
PhpDeprecationInspection |
|
|
PhpDocMissingReturnTagInspection |
|
|
PhpDocMissingThrowsInspection |
|
|
PhpDocSignatureInspection |
|
|
PhpMissingDocCommentInspection |
|
|
PhpDuplicateArrayKeysInspection |
|
|
PhpDuplicateCaseInspection |
|
|
PhpDynamicAsStaticMethodCallInspection |
|
|
PhpExpressionResultUnusedInspection |
|
|
PhpForeachArrayIsUsedAsValueInspection |
|
|
PhpForeachNestedOuterKeyValueVariablesConflictInspection |
|
|
PhpIllegalArrayKeyTypeInspection |
|
|
PhpIncludeInspection |
|
|
PhpInconsistentReturnPointsInspection |
|
|
PhpInternalEntityUsedInspection |
|
|
PhpLanguageLevelInspection |
|
|
PhpMissingBreakStatementInspection |
|
|
PhpParamsInspection |
|
|
PhpPassByRefInspection |
|
|
PhpRedundantClosingTagInspection |
|
|
PhpSillyAssignmentInspection |
|
|
PhpTraditionalSyntaxArrayLiteralInspection |
|
|
PhpUndefinedCallbackInspection |
|
|
PhpUndefinedClassConstantInspection |
|
|
PhpUndefinedClassInspection |
|
|
PhpUndefinedConstantInspection |
|
|
PhpUndefinedFieldInspection |
|
|
PhpUndefinedFunctionInspection |
|
|
PhpUndefinedGotoLabelInspection |
|
|
PhpUndefinedMethodInspection |
|
|
PhpUndefinedNamespaceInspection |
|
|
PhpUndefinedVariableInspection |
|
|
PhpUnnecessaryFullyQualifiedNameInspection |
|
|
PhpUnusedAliasInspection |
|
|
PhpUnusedClassInspection |
|
|
PhpUnusedFunctionInspection |
|
|
PhpUnusedParameterInspection |
|
|
PhpUnusedPrivateFieldInspection |
|
|
PhpUnusedPrivateMethodInspection |
|
|
PhpUsageOfSilenceOperatorInspection |
|
|
PhpVoidFunctionResultUsedInspection |
|
|
PhpWrongForeachArgumentTypeInspection |
|
|
PhpAssignmentInConditionInspection |
|
|
PhpConstantReassignmentInspection |
|
|
PhpDivisionByZeroInspection |
|
|
PhpNonCompoundUseInspection |
|
|
PhpToStringImplementationInspection |
|
|
PhpToStringReturnInspection |
|
|
PhpWrongStringConcatenationInspection |
|
|
PhpIllegalPsrClassPathInspection |
|
|
PhpMultipleClassesDeclarationsInOneFile |
|
|
|
|
|
php blade |
|
|
|
|
|
BladeClosingSectionInspection |
|
|
BladeControlDirectivesInspection |
|
|
|
|
|
ini |
|
|
DuplicateKeyInspection |
|
|
DuplicateSectionInspection |
|
|
|
|
|
coffeescript |
|
|
|
|
|
CoffeeScriptInfiniteLoopInspection |
|
|
CoffeeScriptSillyAssignmentInspection |
|
|
CoffeeScriptSwitchStatementWithNoDefaultBranchInspection |
|
|
CoffeeScriptUnusedLocalSymbolsInspection |
|
|
|
|
|
xpath |
|
|
|
|
|
CheckNodeTest |
|
|
HardwiredNamespacePrefix |
|
|
ImplicitTypeConversion |
|
|
IndexZeroPredicate |
|
|
RedundantTypeConversion |
|
|
TemplateInvocationInspection |
|
|
UnusedElementInspection |
|
|
VariableShadowingInspection |
|
|
XsltDeclarationInspection |
|
|
|
|
|
cucumber |
|
|
|
|
|
CucumberExamplesColonInspection |
|
|
CucumberMissedExamplesInspection |
|
|
CucumberStepInspection |
|
|
CucumberTableInspection |
|
|
GherkinBrokenTableInspection |
|
|
GherkinMisplacedBackgroundInspection |
|
|
|
|
|
less |
|
|
|
|
|
LessResolvedByNameOnlyInspection |
|
|
LessUnresolvedMixinInspection |
|
|
LessUnresolvedVariableInspection |
|
|
|
|
|
scss |
|
|
|
|
|
SassScssResolvedByNameOnlyInspection |
|
|
SassScssUnresolvedMixinInspection |
|
|
SassScssUnresolvedPlaceholderSelectorInspection |
|
|
SassScssUnresolvedVariableInspection |