mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-06 09:58:51 +02:00
Document sonar exceptions
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -812,6 +812,9 @@
|
||||
<org.mapstruct.version>1.2.0.Final</org.mapstruct.version>
|
||||
|
||||
<!-- Sonar exclusions -->
|
||||
<!-- *StoreFactory classes are excluded because extracting the floating store parameter classes in a generic -->
|
||||
<!-- common class creates runtime errors (IncompatibleClassChange) -->
|
||||
<!-- *UserPassword JS files are excluded because extraction of common code would not make the code more readable -->
|
||||
<sonar.cpd.exclusions>**/*StoreFactory.java,**/*UserPassword.js</sonar.cpd.exclusions>
|
||||
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user