Skip to content

晶洞高亮

晶洞高亮 #54

Triggered via pull request April 12, 2024 21:23
Status Failure
Total duration 26s
Artifacts

style_check.yml

on: pull_request
checkstyle
17s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
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
Process completed with exit code 1.
checkstyle
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/[email protected], actions/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L27
[Checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 217). Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:27:0: warning: Line is longer than 120 characters (found 217). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L28
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:28:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L29
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:29:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L30
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:30:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L31
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:31:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L32
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:32:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L33
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:33:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L34
[Checkstyle] reported by reviewdog 🐶 '.' has incorrect indentation level 6, expected level should be 8. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:34:7: warning: '.' has incorrect indentation level 6, expected level should be 8. (com.puppycrawl.tools.checkstyle.checks.indentation.IndentationCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L49
[Checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 150). Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:49:0: warning: Line is longer than 120 characters (found 150). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java#L51
[Checkstyle] reported by reviewdog 🐶 Missing a Javadoc comment. Raw Output: /home/runner/work/AnvilCraftMod/AnvilCraftMod/common/src/main/java/dev/dubhe/anvilcraft/util/BlockHighlightUtil.java:51:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)