From 3944c16294b1d4aaf6129059f1d510404e7bd91d Mon Sep 17 00:00:00 2001 From: robotLJW <790504160@qq.com> Date: Thu, 4 Aug 2022 15:25:26 +0800 Subject: [PATCH] [Bug] fix HideUtilityClassConstructor check to skip main method and SpringBootApplication annotation check --- checkstyle.xml | 5 +++++ suppressions.xml | 16 ++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 suppressions.xml diff --git a/checkstyle.xml b/checkstyle.xml index c86255ab69..224059252e 100644 --- a/checkstyle.xml +++ b/checkstyle.xml @@ -423,6 +423,11 @@ + + + + + diff --git a/suppressions.xml b/suppressions.xml new file mode 100644 index 0000000000..e1fa6d6a58 --- /dev/null +++ b/suppressions.xml @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file