Skip to content
Triggered via pull request March 12, 2024 02:38
@benwoo1110benwoo1110
synchronize #2824
MV5
Status Success
Total duration 28s
Artifacts

pr.checkstyle.yml

on: pull_request
checkstyle  /  checkstyle
18s
checkstyle / checkstyle
Fit to window
Zoom out
Zoom in

Annotations

1 error and 11 warnings
checkstyle / checkstyle
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
checkstyle / checkstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java#L1
[checkstyle] reported by reviewdog 🐶 Missing package-info.java file. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java:1:0: warning: Missing package-info.java file. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java#L26
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java:26:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java#L26
[checkstyle] reported by reviewdog 🐶 Variable 'mvWorld' must be private and have accessor methods. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldPurger.java:26:13: warning: Variable 'mvWorld' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java#L39
[checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java:39:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocVariableCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java#L39
[checkstyle] reported by reviewdog 🐶 Variable 'mvWorld' must be private and have accessor methods. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestEntitySpawnRules.java:39:13: warning: Variable 'mvWorld' must be private and have accessor methods. (com.puppycrawl.tools.checkstyle.checks.design.VisibilityModifierCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestDebugMode.java#L50
[checkstyle] reported by reviewdog 🐶 Unused local variable 'core'. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestDebugMode.java:50:9: warning: Unused local variable 'core'. (com.puppycrawl.tools.checkstyle.checks.coding.UnusedLocalVariableCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L191
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:191:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L242
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:242:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L295
[checkstyle] reported by reviewdog 🐶 There is more than 1 empty line after this line. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:295:10: warning: There is more than 1 empty line after this line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle / checkstyle: src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java#L338
[checkstyle] reported by reviewdog 🐶 Class 'TestWorldProperties' looks like designed for extension (can be subclassed), but the method 'createEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestWorldProperties' final or making the method 'createEvents' static/final/abstract/empty, or adding allowed annotation for the method. Raw Output: /github/workspace/./src/old-test/java/org/mvplugins/multiverse/core/TestWorldProperties.java:338:5: info: Class 'TestWorldProperties' looks like designed for extension (can be subclassed), but the method 'createEvents' does not have javadoc that explains how to do that safely. If class is not designed for extension consider making the class 'TestWorldProperties' final or making the method 'createEvents' static/final/abstract/empty, or adding allowed annotation for the method. (com.puppycrawl.tools.checkstyle.checks.design.DesignForExtensionCheck)