Skip to content

Commit

Permalink
Update sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalitov committed Dec 18, 2024
1 parent 41e4b08 commit 3c331b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@ sonar.projectName=Website Not Found
#sonar.projectVersion=1.0

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
# Defaults to .
sonar.sources=src
sonar.exclusions=src/public/**/*,src/resources/_gen/**/*
sonar.tests=tests
# Within the directories defined by sonar.tests, subset of files that will be considered as tests
sonar.test.inclusions=**/test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info

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

0 comments on commit 3c331b6

Please sign in to comment.