Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Imports rules
Signed-off-by: Tran Ngoc Nhan <[email protected]>
  • Loading branch information
ngocnhan-tran1996 committed Aug 11, 2025
commit 65ff8973aee9de2bd631d7d9445bfc40dd0b036f
14 changes: 14 additions & 0 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,26 @@
<!-- Configure checker to use UTF-8 encoding -->
<property name="charset" value="UTF-8"/>

<!-- TreeWalker Checks -->
<module name="TreeWalker">

<!-- Imports -->
<module name="RedundantImport"/>
<module name="UnusedImports" />
</module>
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
<!-- XML requires double escaping, config gets XML-processed twice -->
<property name="allowlist" value="http://www\.querydsl\.com.*&amp;#10;http://www\.prowaveconsulting\.com.*&amp;#10;http://www\.scispike\.com.*&amp;#10;http://.*.icu-project\.org.*"/>
</module>
</module>
</checkstyleRules>
<checkstyleRulesHeader>
<![CDATA[
<!DOCTYPE module PUBLIC
"-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
"https://checkstyle.org/dtds/configuration_1_3.dtd">
]]>
</checkstyleRulesHeader>
<includes>**/*</includes>
<excludes>
**/.flattened-pom.xml,.git/**/*,target/**/*,**/target/**/*,.idea/**/*,**/spring.schemas,**/*.svg,mvnw,mvnw.cmd,**/*.graphml,work/**/*
Expand Down