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.
FileUtils
1 parent 8bf50d4 commit 7c403a2Copy full SHA for 7c403a2
3.0/config/checkstyle/checkstyle.xml
@@ -31,7 +31,7 @@
31
<module name="IllegalImport">
32
<property name="id" value="bannedFileUtilsOtherThanApacheCommonsLang3" />
33
<property name="regexp" value="true" />
34
- <property name="illegalClasses" value="^.+(?<!org\.apache\.commons\.lang3\.)FileUtils.*" />
+ <property name="illegalClasses" value="^.+(?<!org\.apache\.commons\.io\.)FileUtils.*" />
35
</module>
36
37
<property name="id" value="bannedJavaEmptyCollections" />
0 commit comments