rspec/frontend/sonar-project.properties
2025-03-25 13:57:34 +00:00

12 lines
436 B
INI

sonar.projectKey=rspec-frontend
sonar.projectName=rspec-frontend
sonar.sources=src
sonar.exclusions=**/*.test.js,**/*.test.jsx,**/*.test.ts,**/*.test.tsx
sonar.tests=src
sonar.test.inclusions=**/*.test.js,**/*.test.jsx,**/*.test.ts,**/*.test.tsx
sonar.javascript.coveragePlugin=lcov
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.cpd.exclusions=src/deployment/__tests__/resources/**
sonar.sca.recursiveManifestSearch=false