mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +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>
|
||||
@@ -33,7 +33,7 @@
|
||||
<module name="SuppressionFilter">
|
||||
<property name="file" value="${org.checkstyle.google.suppressionfilter.config}"
|
||||
default="checkstyle-suppressions.xml" />
|
||||
<property name="optional" value="true"/>
|
||||
<!--<property name="optional" value="true"/>-->
|
||||
</module>
|
||||
|
||||
<!-- Checks for whitespace -->
|
||||
|
||||
Reference in New Issue
Block a user