Skip to content

Commit a1a6a8d

Browse files
Update checkstyle
Signed-off-by: Tran Ngoc Nhan <[email protected]>
1 parent d79a09f commit a1a6a8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

etc/checkstyle/checkstyle.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@
4747
value="String.toUpperCase() should be String.toUpperCase(Locale.ROOT) or String.toUpperCase(Locale.ENGLISH)"/>
4848
<property name="ignoreComments" value="true"/>
4949
</module>
50+
<module name="com.puppycrawl.tools.checkstyle.checks.imports.IllegalImportCheck">
51+
<property name="id" value="bannedImports"/>
52+
<property name="regexp" value="true"/>
53+
<property name="illegalPkgs" value="org.jetbrains.annotations, reactor.util.annotation, javax.annotation"/>
54+
</module>
5055
</module>
5156
</module>

0 commit comments

Comments
 (0)