2022-01-12 15:45:44 +01:00
|
|
|
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
|
2022-01-17 20:13:15 +01:00
|
|
|
sonar.cpd.exclusions=src/deployment/__tests__/resources/**
|