proof of concept profiling #552
Annotations
8 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/main/java/frc/lib/profiling/Profiler.java#L5
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:5:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
src/main/java/frc/lib/profiling/Profiler.java#L21
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:21:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
src/main/java/frc/lib/profiling/Profiler.java#L31
[checkstyle] reported by reviewdog 🐶
Empty line should be followed by <p> tag on the next line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/Profiler.java:31:0: warning: Empty line should be followed by <p> tag on the next line. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocParagraphCheck)
|
src/main/java/frc/lib/profiling/TextProfileLoggingFormat.java#L44
[checkstyle] reported by reviewdog 🐶
'+' should be on a new line.
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/TextProfileLoggingFormat.java:44:53: warning: '+' should be on a new line. (com.puppycrawl.tools.checkstyle.checks.whitespace.OperatorWrapCheck)
|
src/main/java/frc/lib/profiling/TextProfileLoggingFormat.java#L45
[checkstyle] reported by reviewdog 🐶
Line is longer than 100 characters (found 101).
Raw Output:
/github/workspace/./src/main/java/frc/lib/profiling/TextProfileLoggingFormat.java:45:0: warning: Line is longer than 100 characters (found 101). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/frc/robot/Robot.java#L100
[checkstyle] reported by reviewdog 🐶
switch without "default" clause.
Raw Output:
/github/workspace/./src/main/java/frc/robot/Robot.java:100:9: warning: switch without "default" clause. (com.puppycrawl.tools.checkstyle.checks.coding.MissingSwitchDefaultCheck)
|
This job failed
Loading