Skip to content

Commit

Permalink
tests: add sonar exclude duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Dec 8, 2023
1 parent 4de5860 commit 522287e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<artifactId>onecx-product-store-mfe-operator</artifactId>
<version>999-SNAPSHOT</version>

<properties>
<sonar.cpd.exclusions>**/**/*Spec,**/**/*Status</sonar.cpd.exclusions>
</properties>

<dependencies>
<dependency>
<groupId>io.quarkiverse.operatorsdk</groupId>
Expand Down

0 comments on commit 522287e

Please sign in to comment.