Skip to content

Commit

Permalink
chore(clirr): allow adding abstract methods to abstract classes
Browse files Browse the repository at this point in the history
Related to #136
  • Loading branch information
mboskamp committed Oct 28, 2021
1 parent d82e7db commit 16e7c70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .clirr-jenkins-ignore.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,10 @@
<differenceType>7012</differenceType>
<method>*</method>
</difference>
<difference>
<!-- It is okay to add abstract methods to an abstract class -->
<className>**</className>
<differenceType>7013</differenceType>
<method>*</method>
</difference>
</differences>

0 comments on commit 16e7c70

Please sign in to comment.