mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-21 08:27:44 +01:00
A full reorganization of the networking logic
While we're at it, make the packet files mostly Checkstyle clean, except for Javadocs (not very useful)
This commit is contained in:
12
config/checkstyle/checkstyle-suppressions.xml
Normal file
12
config/checkstyle/checkstyle-suppressions.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!DOCTYPE suppressions PUBLIC
|
||||
"-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN"
|
||||
"https://checkstyle.org/dtds/suppressions_1_2.dtd">
|
||||
|
||||
<suppressions>
|
||||
<suppress checks="MissingJavadocType"
|
||||
files="src/main/java/com/velocitypowered/proxy/network/protocol/packet/*" />
|
||||
<suppress checks="MissingJavadocMethod"
|
||||
files="src/main/java/com/velocitypowered/proxy/network/protocol/packet/*" />
|
||||
</suppressions>
|
||||
Reference in New Issue
Block a user