mirror of
https://github.com/PrivateCaptcha/PrivateCaptcha.git
synced 2026-02-07 22:42:03 -06:00
22 lines
824 B
Properties
22 lines
824 B
Properties
sonar.projectKey=PrivateCaptcha_PrivateCaptcha
|
|
sonar.organization=privatecaptcha
|
|
|
|
# This is the name and version displayed in the SonarCloud UI.
|
|
#sonar.projectName=PrivateCaptcha
|
|
#sonar.projectVersion=1.0
|
|
|
|
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
|
|
sonar.sources=./cmd,./docker,./pkg,./web,./widget
|
|
sonar.exclusions=pkg/db/generated/**,vendor/**,**/*_test.go,**/*_easyjson.go
|
|
|
|
sonar.go.coverage.reportPaths=coverage_*.cov,coverage_reports/**/*.cov,
|
|
sonar.coverage.exclusions=pkg/db/migrations/**,pkg/db/queries/**,widget/**,web/**,pkg/db/generated/**,cmd/**,pkg/db/tests/**,pkg/portal/tests/**
|
|
|
|
# sonar.tests=.
|
|
# sonar.test.inclusions=**/*_test.go
|
|
|
|
sonar.scm.exclusions.disabled=true
|
|
|
|
# Encoding of the source code. Default is default system encoding
|
|
#sonar.sourceEncoding=UTF-8
|