From 8c7c444ca2453831bbaf1e5a5f4cb7ba76b232ff Mon Sep 17 00:00:00 2001 From: Symious <14933944+symious@users.noreply.github.com> Date: Fri, 17 May 2024 11:11:26 +0800 Subject: [PATCH] RATIS-2081. Comment that we skip checkstyle on test directory on purpose (#1084) --- pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pom.xml b/pom.xml index f8249e0ac7..8292a85e77 100644 --- a/pom.xml +++ b/pom.xml @@ -786,6 +786,8 @@ maven-checkstyle-plugin ${maven-checkstyle-plugin.version} + + dev-support/checkstyle.xml true false