Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 1abf83e

Browse files
committed
chore: fix sonar config
1 parent 9b48cac commit 1abf83e

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
@@ -4,7 +4,7 @@ sonar.projectVersion=1.0.8
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,test-e2e/cypress/plugins/**/*
88
sonar.test.exclusions=test/**/*,test-e2e/**/*
99
sonar.coverage.exclusions=test/**/*,test-e2e/**/*,index.js
1010
sonar.cpd.exclusions=test/**,test-e2e/**/*

0 commit comments

Comments
 (0)