Skip to content

Add /mv generators command #153

Add /mv generators command

Add /mv generators command #153

Triggered via pull request September 23, 2023 01:50
Status Success
Total duration 35s
Artifacts

pr.checkstyle.yml

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

Annotations

2 warnings
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java#L42
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'PAGE_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java:42:45: warning: Abbreviation in name 'PAGE_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
checkstyle / checkstyle: src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java#L54
[checkstyle] reported by reviewdog 🐶 Abbreviation in name 'FILTER_FLAG' must contain no more than '1' consecutive capital letters. Raw Output: /github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java:54:51: warning: Abbreviation in name 'FILTER_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)