Exclude SCMSvnDiffGenerator from SonarQube duplication report

SCMSvnDiffGenerator is a copy of an internal SVNKit class, with small changes for SCM-Manger.
If we refactor the class, it could become very hard to merge it with upstream.
So we decided to stop duplication reports for this class.
This commit is contained in:
Sebastian Sdorra
2020-10-29 16:27:36 +01:00
parent a336d2c676
commit 7e575036a3

View File

@@ -90,6 +90,15 @@
</plugins>
</build>
<properties>
<!--
SCMSvnDiffGenerator is a copy of an internal SVNKit class, with small changes for SCM-Manger.
If we refactor the class, it could become very hard to merge it with upstream.
So we do not want a duplication report for this class.
-->
<sonar.cpd.exclusions>**/SCMSvnDiffGenerator.java</sonar.cpd.exclusions>
</properties>
<repositories>
<repository>