mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-13 18:16:56 +01:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user