Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
bobsfriend12 committed Jan 22, 2025
1 parent ac58e9c commit 2dfbeaa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint-config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@
<property name="fileExtensions" value="java" />
<property name="tabWidth" value="4" />
<module name="AvoidStarImport"/>
<module name="UnusedImports"/>

</module>
</module>
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@
import team.gif.robot.Constants;
import team.gif.robot.Robot;
import team.gif.robot.RobotMap;
import team.gif.robot.subsystems.drivers.swerve.*;
import team.gif.robot.subsystems.drivers.swerve.CANCoderEncoder;
import team.gif.robot.subsystems.drivers.swerve.DriveMotor;
import team.gif.robot.subsystems.drivers.swerve.Encoder;
import team.gif.robot.subsystems.drivers.swerve.SparkMaxDriveMotor;
import team.gif.robot.subsystems.drivers.swerve.SwerveModule;
import team.gif.robot.subsystems.drivers.swerve.TalonSRXTurnMotorEncoder;
import team.gif.robot.subsystems.drivers.swerve.TurnMotor;

/**
* @author Rohan Cherukuri
Expand Down

0 comments on commit 2dfbeaa

Please sign in to comment.