Skip to content

Show warnings for items not in IO #703

Show warnings for items not in IO

Show warnings for items not in IO #703

Triggered via push August 31, 2023 20:54
Status Failure
Total duration 1m 47s
Artifacts

main.yml

on: push
Linting
24s
Linting
Spell Check
9s
Spell Check
Find merge conflicts
5s
Find merge conflicts
Test Javadocs Generation
1m 37s
Test Javadocs Generation
Build
1m 26s
Build
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 88 warnings
[testtool] checker/src/main/java/org/frc5572/robotools/Checks.java#L13 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/Checks.java#L13
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L71 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L71
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L75 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L75
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L76 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L76
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L80 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L80
WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L82 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L82
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L83 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L83
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L92 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L92
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L96 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L96
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/CompilationData.java#L97 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/CompilationData.java#L97
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
[testtool] checker/src/main/java/org/frc5572/robotools/RobotProcessor.java#L43 <com.puppycrawl.tools.checkstyle.checks.whitespace.WhitespaceAroundCheck>: checker/src/main/java/org/frc5572/robotools/RobotProcessor.java#L43
WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3)
Build: src/main/java/frc/robot/subsystems/Swerve.java#L29
gyro is a Gyro which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Swerve.java#L33
swerveMods[*].angleMotor is a TalonFX which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Swerve.java#L33
swerveMods[*].angleEncoder is a CANCoder which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L24
armMotor1 is a MotorController which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L26
armMotor2 is a MotorController which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L28
armEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L29
armSolenoid is a DoubleSolenoid which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L37
wristMotor is a MotorController which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/Arm.java#L39
wristEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
Build: src/main/java/frc/robot/subsystems/WristIntake.java#L15
wristIntakeMotor is a MotorController which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Swerve.java#L29
gyro is a Gyro which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Swerve.java#L33
swerveMods[*].angleMotor is a TalonFX which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Swerve.java#L33
swerveMods[*].angleEncoder is a CANCoder which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L24
armMotor1 is a MotorController which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L26
armMotor2 is a MotorController which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L28
armEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L29
armSolenoid is a DoubleSolenoid which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L37
wristMotor is a MotorController which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/Arm.java#L39
wristEncoder is a MotorFeedbackSensor which performs IO. It should be in an IO class!
Test Javadocs Generation: src/main/java/frc/robot/subsystems/WristIntake.java#L15
wristIntakeMotor is a MotorController which performs IO. It should be in an IO class!