Allow /mv list to show world names instead of aliases #177
Annotations
5 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java#L68
[checkstyle] reported by reviewdog 🐶
Abbreviation in name 'RAW_FLAG' must contain no more than '1' consecutive capital letters.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java:68:31: warning: Abbreviation in name 'RAW_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|
src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java#L110
[checkstyle] reported by reviewdog 🐶
Line is longer than 120 characters (found 142).
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java:110:0: warning: Line is longer than 120 characters (found 142). (com.puppycrawl.tools.checkstyle.checks.sizes.LineLengthCheck)
|
src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java#L123
[checkstyle] reported by reviewdog 🐶
First sentence of Javadoc is missing an ending period.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java:123:0: warning: First sentence of Javadoc is missing an ending period. (com.puppycrawl.tools.checkstyle.checks.javadoc.SummaryJavadocCheck)
|
src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java#L125
[checkstyle] reported by reviewdog 🐶
Javadoc tag '@param' should be preceded with an empty line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ListCommand.java:125:0: warning: Javadoc tag '@param' should be preceded with an empty line. (com.puppycrawl.tools.checkstyle.checks.javadoc.RequireEmptyLineBeforeBlockTagGroupCheck)
|
The logs for this run have expired and are no longer available.
Loading