Add more JUnit annotations to list of methods checkstyle will ignore

This commit is contained in:
Louis Ryan 2015-05-08 13:34:30 -07:00
parent d54911713a
commit 2a58bf8c34
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="minLineCount" value="2"/>
<property name="allowedAnnotations" value="Override, Test"/>
<property name="allowedAnnotations" value="Override, Test, Before, After, BeforeClass, AfterClass"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
</module>
<module name="MethodName">