Skip to content

Commit

Permalink
chore(sonar): update sonar settings to exclude some files
Browse files Browse the repository at this point in the history
  • Loading branch information
mathewmeconry committed Aug 24, 2023
1 parent 412caae commit 33055be
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ sonar.projectName=sdk
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
#sonar.sources=.
sonar.sources=modules/**/src/**

# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8

# Exclude all code from code duplication checks
sonar.cpd.exclusions=*

# Ignore examples forlder from all analysis
sonar.exclusions=modules/**/examples/**

0 comments on commit 33055be

Please sign in to comment.