
This workaround should no longer be required, the initial bug in SCA analysis has been fixed. This reverts commit 1012f37ffaf9774ad41f4826ea5854ae08893ec7.
11 lines
396 B
INI
11 lines
396 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/**
|