This is an automated email from the ASF dual-hosted git repository.
sivabalan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/master by this push:
new 8ae1e8c6761 [HUDI-5231] suppress checkstyle warnings (#7473)
8ae1e8c6761 is described below
commit 8ae1e8c67618a86b7c45a697d8722dd8aec0a27a
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Jan 6 12:13:06 2023 -0500
[HUDI-5231] suppress checkstyle warnings (#7473)
Co-authored-by: Jonathan Vexler <=>
---
pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 64a5fe71e1c..a34734a7425 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,7 +279,8 @@
</dependency>
</dependencies>
<configuration>
- <consoleOutput>true</consoleOutput>
+ <!-- Set consoleOutput to true to see minor checkstyle issues -->
+ <consoleOutput>false</consoleOutput>
<encoding>UTF-8</encoding>
<configLocation>style/checkstyle.xml</configLocation>
<suppressionsLocation>style/checkstyle-suppressions.xml</suppressionsLocation>