Merge "Reland allowing MockitoAnnotations.* as static import."

This commit is contained in:
Aurimas Liutikas
2016-11-21 17:47:28 +00:00
committed by Gerrit Code Review

View File

@@ -16,7 +16,7 @@
--> -->
<module name="AvoidStarImport"> <module name="AvoidStarImport">
<property name="severity" value="error"/> <property name="severity" value="error"/>
<property name="excludes" value="org.junit.Assert,org.mockito.Mockito,org.hamcrest.Matchers"/> <property name="excludes" value="org.junit.Assert,org.mockito.Mockito,org.mockito.MockitoAnnotations,org.hamcrest.Matchers"/>
</module> </module>
<module name="IllegalCatch"> <module name="IllegalCatch">
<property name="severity" value="info"/> <property name="severity" value="info"/>