-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsonar-project.properties
More file actions
24 lines (18 loc) · 1022 Bytes
/
Copy pathsonar-project.properties
File metadata and controls
24 lines (18 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
sonar.projectKey=chadweimer_gomp
sonar.organization=chadweimer
# This is the name and version displayed in the SonarCloud UI.
#sonar.projectName=gomp
#sonar.projectVersion=1.0
# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
sonar.sources=.
sonar.exclusions=**/*_test.go,**/*.sql,static/**/*.e2e.ts,static/**/*.spec.tsx,examples/**/*,static/**/*.config.js,static/*.config.ts.static/*.setup.ts,static/stencil.*.js,static/stencil.*.ts,static/vitest.*.ts
sonar.tests=.
sonar.test.inclusions=**/*_test.go,static/**/*.e2e.ts,static/**/*.spec.tsx
# Encoding of the source code. Default is default system encoding
#sonar.sourceEncoding=UTF-8
sonar.go.tests.reportPaths=build/coverage/server/results.json
sonar.go.coverage.reportPaths=build/coverage/server/coverage.out
sonar.go.golint.reportPaths=build/revive.golint
sonar.javascript.lcov.reportPaths=build/coverage/client/lcov.info
sonar.typescript.tsconfigPaths=static/tsconfig.json
sonar.externalIssuesReportPaths=build/gosec.json