Skip to content

Commit

Permalink
added exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
Meer Sawood committed Nov 23, 2023
1 parent 42014f0 commit 065ac80
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ sonar.projectName=jvm-build-service
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.

# Encoding of the source code. Default is default system encoding
sonar.sourceEncoding=UTF-8
# Path to sources
sonar.sources=.
sonar.exclusions=**/*test*, **/vendor/**, **/zz_generated.*, **/*.yaml, **/java-components/**

# Source encoding
sonar.sourceEncoding=UTF-8

# Exclusions for copy-paste detection
sonar.cpd.exclusions=**/*test*

0 comments on commit 065ac80

Please sign in to comment.