Skip to content

Commit b4a8034

Browse files
committed
exclude backupofferingdetailsvo from sonar
1 parent a0844fe commit b4a8034

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

plugins/hypervisors/ovm3/sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sonar.projectVersion=1.0
2424
sonar.sources=src
2525
sonar.binaries=target/classes
2626

27-
# Exclussions
27+
# Exclusions
2828
sonar.exclusions=**/*Test.java
2929

3030
# Language

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<project.systemvm.template.version>4.22.0.0</project.systemvm.template.version>
5454
<sonar.organization>apache</sonar.organization>
5555
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
56+
<sonar.exclusions>engine/schema/src/main/java/org/apache/cloudstack/backup/BackupOfferingDetailsVO.java</sonar.exclusions>
5657

5758
<!-- Build properties -->
5859
<cs.jdk.version>11</cs.jdk.version>

0 commit comments

Comments
 (0)