From 51248ba58fe27b456fbbfec00b0eaa1a43376136 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Thu, 18 Mar 2021 11:47:30 +0100 Subject: [PATCH] Make checkstyle ignore module-info.java files Checkstyle cannot yet parse these files, so we have to make it ignore them. --- common/src/main/resources/io/netty/checkstyle.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/src/main/resources/io/netty/checkstyle.xml b/common/src/main/resources/io/netty/checkstyle.xml index 12aea2b..aa40d65 100644 --- a/common/src/main/resources/io/netty/checkstyle.xml +++ b/common/src/main/resources/io/netty/checkstyle.xml @@ -24,6 +24,10 @@ + + + +