Update checkstyle configuration file

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
wenshao 2025-08-21 17:27:15 +08:00
parent a80a1deb56
commit 99423be6b0
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@
<property name="format" value="->\s*\{\s+\}" /> <property name="format" value="->\s*\{\s+\}" />
<property name="message" value="Whitespace inside empty lambda body" /> <property name="message" value="Whitespace inside empty lambda body" />
</module> </module>
<module name="RegexpSingleline">
<property name="format" value="(class|interface) ([a-zA-Z0-9_])+(&lt;.*&gt;)? (extends|implements)" />
<property name="message" value="No new line before extends/implements" />
</module>
<module name="TreeWalker"> <module name="TreeWalker">
<module name="SuppressWarningsHolder" /> <module name="SuppressWarningsHolder" />