Skip to content

Commit

Permalink
Add illegal import check for Java6Assertions (#1731)
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and shakuzen committed Dec 4, 2019
1 parent 18831df commit 7f3d425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/checkstyle/checkstyle.xml
Expand Up @@ -14,6 +14,7 @@
<!-- Imports -->
<module name="IllegalImportCheck" >
<property name="illegalPkgs" value="com.google.common.(?!cache).*,org.apache.commons.text.*,org.slf4j.*"/>
<property name="illegalClasses" value="org\.assertj\.core\.api\.Java6Assertions\..*"/>
<property name="regexp" value="true"/>
</module>
<module name="UnusedImports">
Expand Down

0 comments on commit 7f3d425

Please sign in to comment.