Constant Field Values

Contents

org.sonar.*

  • org.sonar.go.checks.NativeKinds 
    Modifier and Type Constant Field Value
    public static final java.lang.String LABEL "LabeledStmt"
    public static final java.lang.String SEMICOLON "Semicolon"
  • org.sonar.go.coverage.GoCoverSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String REPORT_PATH_KEY "sonar.go.coverage.reportPaths"
  • org.sonar.go.externalreport.GolangCILintReportSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String LINTER_KEY "golangci-lint"
    public static final java.lang.String LINTER_NAME "GolangCI-Lint"
    public static final java.lang.String PROPERTY_KEY "sonar.go.golangci-lint.reportPaths"
  • org.sonar.go.externalreport.GoLintReportSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String LINTER_ID "golint"
    public static final java.lang.String LINTER_NAME "Golint"
    public static final java.lang.String PROPERTY_KEY "sonar.go.golint.reportPaths"
  • org.sonar.go.externalreport.GoMetaLinterReportSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROPERTY_KEY "sonar.go.gometalinter.reportPaths"
  • org.sonar.go.externalreport.GoVetReportSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String LINTER_ID "govet"
    public static final java.lang.String LINTER_NAME "go vet"
    public static final java.lang.String PROPERTY_KEY "sonar.go.govet.reportPaths"
  • org.sonar.go.testreport.GoTestSensor 
    Modifier and Type Constant Field Value
    public static final java.lang.String REPORT_PATH_KEY "sonar.go.tests.reportPaths"