Skip to content

Aversion Obelisk backport to 1.20.1 #496

Aversion Obelisk backport to 1.20.1

Aversion Obelisk backport to 1.20.1 #496

Re-run triggered September 28, 2024 20:55
Status Success
Total duration 27s
Artifacts

checkstyle.yml

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

Annotations

2 errors
runner / checkstyle: src/machines/java/com/enderio/machines/common/obelisk/ObeliskManager.java#L1
[checkstyle] reported by reviewdog 🐶 Missing package-info.java file. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/obelisk/ObeliskManager.java:1:0: error: Missing package-info.java file. (com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocPackageCheck)
runner / checkstyle: src/machines/java/com/enderio/machines/common/obelisk/ObeliskManagerAttacher.java#L26
[checkstyle] reported by reviewdog 🐶 'if' construct must use '{}'s. Raw Output: /github/workspace/./src/machines/java/com/enderio/machines/common/obelisk/ObeliskManagerAttacher.java:26:9: error: 'if' construct must use '{}'s. (com.puppycrawl.tools.checkstyle.checks.blocks.NeedBracesCheck)