Swerve #208
gradle.yml
on: pull_request
build
32s
dependency-submission
17s
runner / checkstyle
11s
Annotations
6 warnings and 1 notice
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L39 <com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L39
Distance between variable 'frontLeftLocation' declaration and its first usage is 11, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L42 <com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L42
Distance between variable 'frontRightLocation' declaration and its first usage is 11, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L45 <com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L45
Distance between variable 'backLeftLocation' declaration and its first usage is 11, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L48 <com.puppycrawl.tools.checkstyle.checks.coding.VariableDeclarationUsageDistanceCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L48
Distance between variable 'backRightLocation' declaration and its first usage is 11, but allowed 3. Consider making that variable final if you still need to store its value in advance (before method calls that might have side effects on the original value).
|
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L123 <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L123
Parameter name 'xSpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
|
[checkstyle] src/main/java/frc/robot/drivebase/SwerveDrive.java#L123 <com.puppycrawl.tools.checkstyle.checks.naming.ParameterNameCheck>:
src/main/java/frc/robot/drivebase/SwerveDrive.java#L123
Parameter name 'ySpeed' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'.
|
dependency-submission
Submitted dependency-graph-reports/java_ci_with_gradle-dependency-submission.json: The snapshot was accepted, but it is not for the default branch. It will not update dependency results for the repository.
|