Fix colouring on /mv modify
#178
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
18s
Annotations
3 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/ModifyCommand.java#L72
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ModifyCommand.java:72:13: warning: ')' should be on the previous line. (SeparatorWrapEol)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/ModifyCommand.java#L84
[checkstyle] reported by reviewdog 🐶
')' should be on the previous line.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/ModifyCommand.java:84:13: warning: ')' should be on the previous line. (SeparatorWrapEol)
|