Skip to content

修改环境遍历位置 #3

修改环境遍历位置

修改环境遍历位置 #3

Triggered via push June 1, 2024 15:21
Status Success
Total duration 21s
Artifacts

style_check.yml

on: push
checkstyle
13s
checkstyle
Fit to window
Zoom out
Zoom in

Annotations

5 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: src/main/java/com/example/examplemod/data/ExampleLangHandler.java#L7
[Checkstyle] reported by reviewdog 🐶 '}' at column 39 should be alone on a line. Raw Output: /home/runner/work/ModpackTemplateMod/ModpackTemplateMod/src/main/java/com/example/examplemod/data/ExampleLangHandler.java:7:39: warning: '}' at column 39 should be alone on a line. (RightCurlyAlone)
checkstyle: src/main/java/com/example/examplemod/config/ExampleConfigHolder.java#L7
[Checkstyle] reported by reviewdog 🐶 'CLASS_DEF' should be separated from previous line. Raw Output: /home/runner/work/ModpackTemplateMod/ModpackTemplateMod/src/main/java/com/example/examplemod/config/ExampleConfigHolder.java:7:1: warning: 'CLASS_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
checkstyle: src/main/java/com/example/examplemod/config/ExampleConfigHolder.java#L13
[Checkstyle] reported by reviewdog 🐶 Line is longer than 120 characters (found 121). Raw Output: /home/runner/work/ModpackTemplateMod/ModpackTemplateMod/src/main/java/com/example/examplemod/config/ExampleConfigHolder.java:13:0: warning: Line is longer than 120 characters (found 121). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
checkstyle: src/main/java/com/example/examplemod/ExampleGTAddon.java#L7
[Checkstyle] reported by reviewdog 🐶 Abbreviation in name 'ExampleGTAddon' must contain no more than '1' consecutive capital letters. Raw Output: /home/runner/work/ModpackTemplateMod/ModpackTemplateMod/src/main/java/com/example/examplemod/ExampleGTAddon.java:7:14: warning: Abbreviation in name 'ExampleGTAddon' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)