Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 902db92

Browse files
committed
chore(sonar): Exclude mocks folders
1 parent 2a41237 commit 902db92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sonar.projectVersion=2.1.0
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8
7-
sonar.exclusions=node_modules/**,*.config.js
7+
sonar.exclusions=node_modules/**,*.config.js,mocks/mocks-with-error/**,mocks/node_modules/**
88
sonar.test.exclusions=test/**/*,mocks/**/*
99
sonar.coverage.exclusions=test/**/*,mocks/**/*
10-
sonar.cpd.exclusions=test/**,test-e2e/**/*
10+
sonar.cpd.exclusions=test/**,mocks/**/*
1111
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1212
sonar.host.url=https://sonarcloud.io
1313

0 commit comments

Comments
 (0)