Skip to content

Commit

Permalink
Issue checkstyle#614: Resolve JUnitTestMethodWithNoAssertions IDEA vi…
Browse files Browse the repository at this point in the history
…olations
  • Loading branch information
Vyom-Yadav authored and nrmancuso committed Aug 29, 2022
1 parent 8fe1746 commit 6495d41
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
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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, ,
Expand Down

0 comments on commit 6495d41

Please sign in to comment.