mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-05-31 05:41:54 +00:00
Bump com.puppycrawl.tools:checkstyle from 9.3 to 12.3.1
This commit is contained in:
@@ -11,7 +11,7 @@ updates:
|
||||
- dependency-name: "com.google.code.gson:gson"
|
||||
# Synchronised with Minecraft
|
||||
- dependency-name: "com.google.guava:guava"
|
||||
# Requires Java 17
|
||||
# Requires Java 21
|
||||
- dependency-name: "com.puppycrawl.tools:checkstyle"
|
||||
update-types: ["version-update:semver-major"]
|
||||
# Requires Java 17
|
||||
|
||||
@@ -7,7 +7,6 @@ import net.md_5.bungee.api.CommandSender;
|
||||
import net.md_5.bungee.api.ProxyServer;
|
||||
import net.md_5.bungee.api.connection.Connection;
|
||||
import net.md_5.bungee.api.plugin.Cancellable;
|
||||
import net.md_5.bungee.api.plugin.PluginManager;
|
||||
|
||||
/**
|
||||
* Event called when a player sends a message to a server.
|
||||
@@ -47,7 +46,8 @@ public class ChatEvent extends TargetedEvent implements Cancellable
|
||||
* Checks whether this message is run on this proxy server.
|
||||
*
|
||||
* @return if this command runs on the proxy
|
||||
* @see PluginManager#isExecutableCommand(java.lang.String,
|
||||
* @see
|
||||
* net.md_5.bungee.api.plugin.PluginManager#isExecutableCommand(java.lang.String,
|
||||
* net.md_5.bungee.api.CommandSender)
|
||||
*/
|
||||
public boolean isProxyCommand()
|
||||
|
||||
@@ -75,9 +75,6 @@
|
||||
</module>
|
||||
<module name="RightCurly"/>
|
||||
|
||||
<!-- See http://checkstyle.sourceforge.net/config_design.html -->
|
||||
<module name="FinalClass"/>
|
||||
|
||||
<!-- See http://checkstyle.sourceforge.net/config_misc.html -->
|
||||
<module name="ArrayTypeStyle"/>
|
||||
<module name="CommentsIndentation"/>
|
||||
|
||||
Reference in New Issue
Block a user