Skip to content

Commit

Permalink
feat: add sonar cpd exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras committed Jan 31, 2024
1 parent c37bf2b commit 085cb0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
<liquibase.postgres.version>14</liquibase.postgres.version>

<!-- Jacoco/Sonar -->
<sonar.cpd.exclusions>**/mapper/**,**/mappers/**,**/dtos/**,**/dto/**,**/gen/**</sonar.cpd.exclusions>
<sonar.coverage.exclusions>**/model*/**/*.*,**/resources/**/*.*,**/JaxRsActivator*,**/mapper/**,**/mappers/**,**/gen/**,**/dtos/**,**/dto/**</sonar.coverage.exclusions>
</properties>

Expand Down

0 comments on commit 085cb0c

Please sign in to comment.