Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
otherguy committed Sep 6, 2024
1 parent 66bb54d commit e0c7e85
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ sonar.language=ruby

sonar.text.inclusions.activate=true

sonar.exclusions=spec,coverage

sonar.pullrequest.provider=GitHub
sonar.pullrequest.github.repository=otherguy/rspec-sonarqube-formatter

Expand All @@ -20,6 +18,7 @@ sonar.sourceEncoding=UTF-8
sonar.sources=.
sonar.tests=spec
sonar.test.inclusions=**/*_spec.rb
sonar.coverage.exclusions=spec/**/*_spec.rb,spec/spec_helper.rb

sonar.testExecutionReportPaths=test-report.xml
sonar.ruby.coverage.reportPaths=coverage/coverage.json
Expand Down

0 comments on commit e0c7e85

Please sign in to comment.