Skip to content

Commit

Permalink
Add an avoidCallsTo config to the pitest plugin so that a bunch of
Browse files Browse the repository at this point in the history
false positive kotlin issues go away

Taken from: hcoles/pitest#569 (comment)
  • Loading branch information
cwoolner committed Dec 28, 2020
1 parent fc7c6ef commit 825be97
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@
</targetTests>
<timeoutFactor>3</timeoutFactor>
<threads>4</threads>
<avoidCallsTo>
<avoidCallsTo>kotlin.jvm.internal</avoidCallsTo>
</avoidCallsTo>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 825be97

Please sign in to comment.