Skip to content

Commit 0e8b350

Browse files
committed
Update sonar-project.properties
1 parent 6ec2668 commit 0e8b350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sonar.projectName=Chef_Chef-Infra-Server_chef-server
1818
# Language - https://docs.sonarsource.com/sonarqube-server/latest/analyzing-source-code/languages/overview/ go, ruby, rust
1919
sonar.language=ruby
2020
sonar.sources=src/bookshelf, src/chef-server-ctl, src/oc_bifrost, src/oc-id, src/oc_erchef
21-
sonar.exclusions=**/config/**, **/habitat/**, **/priv/**, **/test/**, **/stest/**, **/vendor/**, **/spec/**, **/tmp/**, **/*.md, **/*.json
21+
sonar.exclusions=**/config/**, **/habitat/**, **/priv/**, **/test/**, **/stest/**, **/vendor/**, **/spec/**, **/tmp/**, **/*.md, **/*.json, **/*.sql
2222
# sonar.sources=lib <-- for Ruby, match this with the /spec directory for tests & SARIF output directory for test results/rcov
2323
# sonar.exclusions=**/*_test.go, **/*.js, **/*.sql, **/*.yml, **/*.yaml; may exclude **/vendor/** for Ruby
2424

0 commit comments

Comments
 (0)