From 6735e7a558cf88fecbc97033495010a42f85eb82 Mon Sep 17 00:00:00 2001 From: lzq Date: Mon, 10 Jul 2023 21:28:40 +0800 Subject: [PATCH] Ignore main method in checkstyle.xml Main method are not being ignored and are forced to have a javadoc. This is unnecessary and the purpose of the main method is clear. Therefore, let's ignore main method from having a javadoc. --- config/checkstyle/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/checkstyle/checkstyle.xml b/config/checkstyle/checkstyle.xml index d618671b..eb761a9b 100644 --- a/config/checkstyle/checkstyle.xml +++ b/config/checkstyle/checkstyle.xml @@ -424,7 +424,7 @@ - +