Constant Field Values
Contents
org.sonar.*
-
org.sonar.python.checks.BackticksUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"BackticksUsage" -
org.sonar.python.checks.BreakContinueOutsideLoopCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1716" -
org.sonar.python.checks.CheckList Modifier and Type Constant Field Value public static final StringREPOSITORY_KEY"python" -
org.sonar.python.checks.ClassNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S101" -
org.sonar.python.checks.CognitiveComplexityFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S3776" -
org.sonar.python.checks.CollapsibleIfStatementsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1066" -
org.sonar.python.checks.CommentedCodeCheck Modifier and Type Constant Field Value public static final StringMESSAGE"Remove this commented out code." -
org.sonar.python.checks.EmptyNestedBlockCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S108" -
org.sonar.python.checks.ExecStatementUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"ExecStatementUsage" -
org.sonar.python.checks.FunctionNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1542" -
org.sonar.python.checks.HardcodedIPCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1313" -
org.sonar.python.checks.InitReturnsValueCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2734" -
org.sonar.python.checks.LineLengthCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"LineLength" -
org.sonar.python.checks.LongIntegerWithLowercaseSuffixUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"LongIntegerWithLowercaseSuffixUsage" -
org.sonar.python.checks.MethodNameCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S100" -
org.sonar.python.checks.MissingDocstringCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1720" -
org.sonar.python.checks.NewStyleClassCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1722" -
org.sonar.python.checks.NoPersonReferenceInTodoCheck Modifier and Type Constant Field Value public static final StringMESSAGE"Add a citation of the person who can best explain this comment." -
org.sonar.python.checks.OneStatementPerLineCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"OneStatementPerLine" -
org.sonar.python.checks.PreIncrementDecrementCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"PreIncrementDecrement" -
org.sonar.python.checks.PrintStatementUsageCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"PrintStatementUsage" -
org.sonar.python.checks.ReturnAndYieldInOneFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2712" -
org.sonar.python.checks.ReturnYieldOutsideFunctionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2711" -
org.sonar.python.checks.SameConditionCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1862" -
org.sonar.python.checks.SelfAssignmentCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1656"public static final StringMESSAGE"Remove or correct this useless self-assignment." -
org.sonar.python.checks.TooManyLinesInFileCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S104" -
org.sonar.python.checks.TooManyParametersCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S107" -
org.sonar.python.checks.TooManyReturnsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1142" -
org.sonar.python.checks.UselessParenthesisCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S1110"
-
org.sonar.python.checks.hotspots.CommandLineArgsCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4823" -
org.sonar.python.checks.hotspots.DebugModeCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4507" -
org.sonar.python.checks.hotspots.HashingDataCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4790" -
org.sonar.python.checks.hotspots.OsExecCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4721" -
org.sonar.python.checks.hotspots.ProcessSignallingCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4828" -
org.sonar.python.checks.hotspots.RegexCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4784" -
org.sonar.python.checks.hotspots.SQLQueriesCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S2077" -
org.sonar.python.checks.hotspots.StandardInputCheck Modifier and Type Constant Field Value public static final StringCHECK_KEY"S4829"