添加铁砧工艺配方kubejs支持 #339
Annotations
4 warnings
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/integration/kubejs/recipe/AnvilCraftRecipeSchema.java#L562
[Checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 121).
Raw Output:
/home/runner/work/AnvilCraft/AnvilCraft/common/src/main/java/dev/dubhe/anvilcraft/integration/kubejs/recipe/AnvilCraftRecipeSchema.java:562:0: warning: Line is longer than 120 characters (found 121). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
checkstyle:
common/src/main/java/dev/dubhe/anvilcraft/integration/kubejs/recipe/builder/SelectOneBuilder.java#L165
[Checkstyle] reported by reviewdog 🐶
Missing a Javadoc comment.
Raw Output:
/home/runner/work/AnvilCraft/AnvilCraft/common/src/main/java/dev/dubhe/anvilcraft/integration/kubejs/recipe/builder/SelectOneBuilder.java:165:5: warning: Missing a Javadoc comment. (com.puppycrawl.tools.checkstyle.checks.javadoc.MissingJavadocMethodCheck)
|
checkstyle:
common/src/main/java/dev/dubhe/anvilcraft/integration/kubejs/recipe/components/AnvilCraftRecipeComponents.java#L38
[Checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 142).
Raw Output:
/home/runner/work/AnvilCraft/AnvilCraft/common/src/main/java/dev/dubhe/anvilcraft/integration/kubejs/recipe/components/AnvilCraftRecipeComponents.java:38:0: warning: Line is longer than 120 characters (found 142). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|