Skip to content

Commit

Permalink
add sonar
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
golanglemonade committed Aug 26, 2024
1 parent e475852 commit a9639af
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
sonar.projectKey=theopenlane_gqlgen-plugins
sonar.organization=theopenlane

sonar.projectName=utils
sonar.projectVersion=1.0

sonar.sources=.

sonar.exclusions=**/*_test.go,**/vendor/**
sonar.tests=.
sonar.test.inclusions=**/*_test.go
sonar.test.exclusions=**/vendor/**

sonar.sourceEncoding=UTF-8
sonar.go.coverage.reportPaths=coverage.out
sonar.externalIssuesReportPaths=results.txt

0 comments on commit a9639af

Please sign in to comment.