We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 812b5e9 + e31836f commit 7a4f0f4Copy full SHA for 7a4f0f4
sonar-project.properties
@@ -6,6 +6,7 @@ sonar.javascript.file.suffixes=.js
6
sonar.sourceEncoding=UTF-8
7
sonar.exclusions=node_modules/**,test-e2e/react-app/node_modules/**
8
sonar.coverage.exclusions=test/**/*,index.js,stryker.conf.js,jest.config.js,test-e2e/**/*
9
+sonar.cpd.exclusions=test/**/*,test-e2e/**/*
10
sonar.javascript.lcov.reportPaths=coverage/lcov.info
11
sonar.host.url=https://sonarcloud.io
12
0 commit comments