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 52217fc commit 65857eaCopy full SHA for 65857ea
hadoop-build-tools/src/main/resources/checkstyle/checkstyle.xml
@@ -121,7 +121,7 @@
121
<!-- See http://checkstyle.sf.net/config_import.html -->
122
<module name="IllegalImport">
123
<property name="regexp" value="true"/>
124
- <property name="illegalPkgs" value="^sun\.[^.]+, ^com\.google\.common\.[^.]+"/>
+ <property name="illegalPkgs" value="sun, com\.google\.common"/>
125
<property name="illegalClasses" value="^org\.apache\.hadoop\.thirdparty\.com\.google\.common\.base\.(Optional|Function|Predicate|Supplier), ^org\.apache\.hadoop\.thirdparty\.com\.google\.common\.collect\.(ImmutableListMultimap)"/>
126
</module>
127
<module name="RedundantImport"/>
0 commit comments