mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
26 lines
1.5 KiB
Properties
26 lines
1.5 KiB
Properties
sonar.projectKey=formbricks_formbricks
|
|
sonar.organization=formbricks
|
|
|
|
# Sources
|
|
sonar.sources=apps/web,packages/surveys,packages/js-core
|
|
sonar.exclusions=**/node_modules/**,**/.next/**,**/dist/**,**/build/**,**/*.test.*,**/*.spec.*,**/__mocks__/**
|
|
|
|
# Tests
|
|
sonar.tests=apps/web,packages/surveys,packages/js-core
|
|
sonar.test.inclusions=**/*.test.*,**/*.spec.*
|
|
sonar.javascript.lcov.reportPaths=apps/web/coverage/lcov.info,packages/surveys/coverage/lcov.info,packages/js-core/coverage/lcov.info
|
|
|
|
# TypeScript configuration
|
|
sonar.typescript.tsconfigPath=apps/web/tsconfig.json,packages/surveys/tsconfig.json,packages/js-core/tsconfig.json
|
|
|
|
# SCM
|
|
sonar.scm.provider=git
|
|
sonar.scm.exclusions.disabled=false
|
|
|
|
# Encoding of the source code
|
|
sonar.sourceEncoding=UTF-8
|
|
|
|
# Coverage
|
|
sonar.coverage.exclusions=**/*.test.*,**/*.spec.*,**/*.mdx,**/*.config.mts,**/*.config.ts,**/constants.ts,**/route.ts,**/types/**,**/types.ts,**/stories.*,**/mocks/**,**/__mocks__/**,**/openapi.ts,**/openapi-document.ts,**/instrumentation.ts,scripts/merge-client-endpoints.ts,**/playwright/**,**/Dockerfile,**/*.config.cjs,**/*.css,**/templates.ts,**/actions.ts,apps/web/modules/ui/components/icons/*
|
|
sonar.cpd.exclusions=**/*.test.*,**/*.spec.*,**/*.mdx,**/*.config.mts,**/*.config.ts,**/constants.ts,**/route.ts,**/types/**,**/types.ts,**/stories.*,**/mocks/**,**/__mocks__/**,**/openapi.ts,**/openapi-document.ts,**/instrumentation.ts,scripts/merge-client-endpoints.ts,**/playwright/**,**/Dockerfile,**/*.config.cjs,**/*.css,**/templates.ts,**/actions.ts,apps/web/modules/ui/components/icons/*
|