Skip to content

Implement lowercased enum completion and fix some checkstyles #127

Implement lowercased enum completion and fix some checkstyles

Implement lowercased enum completion and fix some checkstyles #127

Triggered via pull request September 20, 2023 04:25
Status Success
Total duration 38s
Artifacts

pr.checkstyle.yml

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

Annotations

3 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java#L56
[checkstyle] reported by reviewdog 🐶 The String "difficulties" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java:56:34: warning: The String "difficulties" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java#L57
[checkstyle] reported by reviewdog 🐶 The String "environments" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java:57:34: warning: The String "environments" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java#L59
[checkstyle] reported by reviewdog 🐶 The String "gamemodes" appears 2 times in the file. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commandtools/MVCommandCompletions.java:59:34: warning: The String "gamemodes" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)