Skip to content
This repository was archived by the owner on Oct 29, 2023. It is now read-only.

Commit 687663f

Browse files
committed
chore: Configure Sonar to ignore duplications on SelectorV3
1 parent 34fc109 commit 687663f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sonar.sources=src,test
66
sonar.exclusions=node_modules/**
77
sonar.test.exclusions=test/**/*,test-e2e/**/*
88
sonar.coverage.exclusions=test/**/*,test-e2e/**/*,rollup.config.js,jest.config.js,jest.init.js,dist/**/*
9-
sonar.cpd.exclusions=test/**,test-e2e/**/*
9+
sonar.cpd.exclusions=test/**,test-e2e/**/*,src/SelectorV3.js
1010
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1111
sonar.host.url=https://sonarcloud.io
1212

0 commit comments

Comments
 (0)