Add legacy aliases to all commands #182
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
16s
Annotations
2 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/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)
|