Enforce no illegal testng imports

Follow on to 46493ed3b5.
This commit is contained in:
Andrew Gaul 2015-06-25 13:34:10 -07:00
parent 46493ed3b5
commit 7787b50067
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@
</module>
<module name="IllegalImport">
<!-- Avoid importing AutoValue shaded packages such as Guava -->
<property name="illegalPkgs" value="sun,autovalue"/>
<property name="illegalPkgs" value="sun,autovalue,org.testng.internal"/>
</module>
<module name="WhitespaceAfter">
<!-- TYPECAST disabled -->