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

Commit

Permalink
chore: Configure Sonar to ignore duplications on SelectorV3
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Jan 7, 2021
1 parent 34fc109 commit 687663f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.sources=src,test
sonar.exclusions=node_modules/**
sonar.test.exclusions=test/**/*,test-e2e/**/*
sonar.coverage.exclusions=test/**/*,test-e2e/**/*,rollup.config.js,jest.config.js,jest.init.js,dist/**/*
sonar.cpd.exclusions=test/**,test-e2e/**/*
sonar.cpd.exclusions=test/**,test-e2e/**/*,src/SelectorV3.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.host.url=https://sonarcloud.io

Expand Down

0 comments on commit 687663f

Please sign in to comment.