Skip to content

Commit

Permalink
fix sonar-project.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jedib0t committed Oct 28, 2023
1 parent 64ffc58 commit aead445
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Define the root directory for sources and tests
sonar.sources = ./
sonar.tests = ./
sonar.projectKey=github.com/jedib0t/go-pretty
sonar.projectName=go-pretty

# Include test files in test scope
sonar.test.inclusions = **/*_test.go
sonar.sources=.
sonar.exclusions=**/*_test.go

# Exclude test files from source scope
sonar.exclusions = **/*_test.go
sonar.tests=.
sonar.test.inclusions=**/*_test.go

0 comments on commit aead445

Please sign in to comment.