Ensure Hamcrest imports are properly banned

This commit is contained in:
Sam Brannen
2019-09-03 15:54:33 +02:00
parent 4c863f3f83
commit 652db21d3e
2 changed files with 26 additions and 6 deletions

View File

@@ -106,7 +106,7 @@
<property name="id" value="bannedHamcrestImports"/>
<property name="regexp" value="true" />
<property name="illegalClasses"
value="^org\.hamcrest\.MatcherAssert" />
value="^org\.hamcrest\..+" />
</module>
<!-- Javadoc Comments -->