Skip to content

Commit

Permalink
fix: migrate to ProjectSensor
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlba91 committed May 24, 2024
1 parent c8a73f1 commit a590917
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@

package org.sonar.plugins.checkstyle;

import org.sonar.api.batch.sensor.Sensor;
import org.sonar.api.batch.sensor.SensorContext;
import org.sonar.api.batch.sensor.SensorDescriptor;
import org.sonar.api.scanner.sensor.ProjectSensor;

public class CheckstyleSensor implements Sensor {
public class CheckstyleSensor implements ProjectSensor {

private final CheckstyleExecutor executor;

Expand Down

0 comments on commit a590917

Please sign in to comment.