Skip to content

Commit

Permalink
Issue checkstyle#614: Resolve JUnitTestMethodWithNoAssertions IDEA vi…
Browse files Browse the repository at this point in the history
…olations
Vyom-Yadav committed Aug 26, 2022
1 parent d9d70be commit a4c649d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions releasenotes-builder/config/intellij-idea-inspections.xml
Original file line number Diff line number Diff line change
@@ -4440,9 +4440,6 @@
<option value="WeakerAccess"/>
<!-- we need to work with AntClassLoader, there is no way to avoid this -->
<option value="ClassLoaderInstantiation"/>
<!-- There are asserts in DetailAstImplTest#checkNode,
but idea does not see them -->
<option value="JUnitTestMethodWithNoAssertions"/>
<!-- we use it in Main class -->
<option value="CallToSystemExit"/>
<!-- we use it for testing purposes -->
@@ -4612,6 +4609,7 @@
enabled_by_default="true">
<option name="assertionMethods"
value="org.junit.jupiter.api.Assertions,assert.*|fail.*, ,
,org.junit.Assert,assert.*|fail.*, ,
,org.mockito.Mockito,verify.*, ,
,org.mockito.InOrder,verify, ,
,org.hamcrest.MatcherAssert,assertThat, ,

0 comments on commit a4c649d

Please sign in to comment.