Skip to content

Commit

Permalink
Update SonarCloud properties
Browse files Browse the repository at this point in the history
Recently SonarCloud started including our specs, when it should not.

This is an attempt to fix that.
  • Loading branch information
mec committed Oct 17, 2024
1 parent a4e2a00 commit 25286ce
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ sonar.organization=dfe-digital


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

# path to tests
sonar.tests=spec
sonar.tests = spec/

# exclude the specs from the sources - https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/
sonar.exclusions = ./spec/**/*

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

0 comments on commit 25286ce

Please sign in to comment.