We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d79a09f commit a1a6a8dCopy full SHA for a1a6a8d
etc/checkstyle/checkstyle.xml
@@ -47,5 +47,10 @@
47
value="String.toUpperCase() should be String.toUpperCase(Locale.ROOT) or String.toUpperCase(Locale.ENGLISH)"/>
48
<property name="ignoreComments" value="true"/>
49
</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>
55
56
0 commit comments