Add legacy aliases to all commands #179
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
21s
Annotations
4 warnings
checkstyle / checkstyle
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/
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/ConfirmCommand.java#L9
[checkstyle] reported by reviewdog 🐶
Unused import - org.checkerframework.checker.units.qual.C.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ConfirmCommand.java:9:8: warning: Unused import - org.checkerframework.checker.units.qual.C. (com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/CoordinatesCommand.java#L33
[checkstyle] reported by reviewdog 🐶
'METHOD_DEF' should be separated from previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/CoordinatesCommand.java:33:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java#L71
[checkstyle] reported by reviewdog 🐶
'METHOD_DEF' should be separated from previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/GeneratorsCommand.java:71:5: warning: 'METHOD_DEF' should be separated from previous line. (com.puppycrawl.tools.checkstyle.checks.whitespace.EmptyLineSeparatorCheck)
|