Implement anchor commands #181
pr.checkstyle.yml
on: pull_request
checkstyle
/
checkstyle
15s
Annotations
8 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/AnchorSetCommand.java#L54
[checkstyle] reported by reviewdog 🐶
Comment matches to-do format 'TODO'.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java:54:15: info: Comment matches to-do format 'TODO'. (com.puppycrawl.tools.checkstyle.checks.TodoCommentCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java#L58
[checkstyle] reported by reviewdog 🐶
The String "&aAnchor &f" appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java:58:32: warning: The String "&aAnchor &f" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java#L58
[checkstyle] reported by reviewdog 🐶
The String "&a set to &f" appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java:58:61: warning: The String "&a set to &f" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java#L61
[checkstyle] reported by reviewdog 🐶
The String "&cFailed to set anchor &f" appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java:61:32: warning: The String "&cFailed to set anchor &f" appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java#L61
[checkstyle] reported by reviewdog 🐶
The String "." appears 2 times in the file.
Raw Output:
/github/workspace/./src/main/java/org/mvplugins/multiverse/core/commands/AnchorSetCommand.java:61:75: warning: The String "." appears 2 times in the file. (com.puppycrawl.tools.checkstyle.checks.coding.MultipleStringLiteralsCheck)
|
checkstyle / checkstyle:
src/main/java/org/mvplugins/multiverse/core/commands/AnchorListCommand.java#L40
[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/AnchorListCommand.java:40: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/AnchorListCommand.java#L52
[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/AnchorListCommand.java:52:51: warning: Abbreviation in name 'FILTER_FLAG' must contain no more than '1' consecutive capital letters. (com.puppycrawl.tools.checkstyle.checks.naming.AbbreviationAsWordInNameCheck)
|