|
229 | 229 | <module name="VisibilityModifier">
|
230 | 230 | <property name="protectedAllowed" value="true"/>
|
231 | 231 | <property name="allowPublicFinalFields" value="true"/>
|
232 |
| - <property name="ignoreAnnotationCanonicalNames" value="Rule, ClassRule, RegisterExtension, TempDir"/> |
| 232 | + <property name="ignoreAnnotationCanonicalNames" value="RegisterExtension, TempDir"/> |
233 | 233 | </module>
|
234 | 234 |
|
235 | 235 | <!--
|
|
391 | 391 | Single line of code methods are often due to refactor for readability.
|
392 | 392 | -->
|
393 | 393 | <property name="minLineCount" value="1"/>
|
394 |
| - <property name="allowedAnnotations" value="Override, Test, Before, BeforeAll, BeforeClass, BeforeEach, After, AfterAll, AfterClass, AfterEach, Subscribe"/> |
| 394 | + <property name="allowedAnnotations" value="Override, Test, BeforeAll, BeforeEach, AfterAll, AfterEach, Subscribe"/> |
395 | 395 | <property name="scope" value="public"/>
|
396 | 396 | <property name="allowUndeclaredRTE" value="true"/>
|
397 | 397 | <property name="allowThrowsTagsForSubclasses" value="true"/>
|
|
408 | 408 | We define methods that have more than 3 lines of code as non-trivial.
|
409 | 409 | -->
|
410 | 410 | <property name="minLineCount" value="3"/>
|
411 |
| - <property name="allowedAnnotations" value="Override, Test, Before, BeforeAll, BeforeClass, BeforeEach, After, AfterAll, AfterClass, AfterEach, Subscribe"/> |
| 411 | + <property name="allowedAnnotations" value="Override, Test, BeforeAll, BeforeEach, AfterAll, AfterEach, Subscribe"/> |
412 | 412 | <property name="scope" value="private"/>
|
413 | 413 | <property name="allowUndeclaredRTE" value="true"/>
|
414 | 414 | <property name="allowThrowsTagsForSubclasses" value="true"/>
|
|
0 commit comments