Package org.sonar.go.externalreport
Class GoVetReportSensor
java.lang.Object
org.sonarsource.slang.plugin.AbstractPropertyHandlerSensor
org.sonar.go.externalreport.AbstractReportSensor
org.sonar.go.externalreport.GoVetReportSensor
- All Implemented Interfaces:
org.sonar.api.batch.sensor.Sensor,org.sonar.api.scanner.sensor.ProjectSensor
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGoVetReportSensor(org.sonar.api.notifications.AnalysisWarnings analysisWarnings) -
Method Summary
Methods inherited from class org.sonar.go.externalreport.AbstractReportSensor
createExternalRuleRepository, logPrefix, reportConsumerMethods inherited from class org.sonarsource.slang.plugin.AbstractPropertyHandlerSensor
configurationKey, describe, execute, propertyKey, propertyName
-
Field Details
-
PROPERTY_KEY
- See Also:
-
LINTER_ID
- See Also:
-
LINTER_NAME
- See Also:
-
-
Constructor Details
-
GoVetReportSensor
public GoVetReportSensor(org.sonar.api.notifications.AnalysisWarnings analysisWarnings)
-