Skip to content

Commit

Permalink
Remove unnecessary revapi igonre items
Browse files Browse the repository at this point in the history
  • Loading branch information
XiongKezhi committed Feb 10, 2021
1 parent c4dc296 commit 65907be
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,32 +118,6 @@
<versionFormat>\d+\.\d+\.\d+</versionFormat>
<analysisConfiguration>
<revapi.ignore combine.children="append">
<item>
<regex>true</regex>
<code>java.annotation.removed</code>
<annotationType>org.kohsuke.accmod.Restricted</annotationType>
<justification>Beta restriction should be safe to remove.</justification>
</item>
<item>
<code>java.class.removed</code>
<old>class io.jenkins.plugins.checks.BuildStatusChecksPublisher</old>
<justification>BuildStatusChecksPublisher has no consumers, should be safe to move.</justification>
</item>
<item>
<code>java.class.added</code>
<new>class io.jenkins.plugins.checks.status.BuildStatusChecksPublisher.ChecksGraphListener</new>
<justification>ChecksGraphListener is an extension, should be safe to add.</justification>
</item>
<item>
<code>java.method.visibilityReduced</code>
<old>method void io.jenkins.plugins.checks.status.BuildStatusChecksPublisher::&lt;init&gt;()</old>
<justification>BuildStatusChecksPublisher is a utility class</justification>
</item>
<item>
<code>java.class.externalClassExposedInAPI</code>
<newArchive>org.jenkins-ci.plugins.workflow:workflow-api:jar:2.40</newArchive>
<justification>Used only as extension in BuildStatusChecksPublisher, has no consumers.</justification>
</item>
</revapi.ignore>
</analysisConfiguration>
</configuration>
Expand Down

0 comments on commit 65907be

Please sign in to comment.