Skip to content

Commit 27c44f6

Browse files
committed
chore: Change Sonar settings for long-lived branches
1 parent 1474103 commit 27c44f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/elements/sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sonar.cpd.exclusions=test/**/*
99
sonar.coverage.exclusions=*.*,test/**/*,stryker.conf.js
1010
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1111
sonar.host.url=https://sonarcloud.io
12+
sonar.branch.longLivedBranches.regex=release|(release-.*)

packages/eslint-plugin/sonar-project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sonar.cpd.exclusions=test/**/*
99
sonar.coverage.exclusions=*.*,test/**/*,stryker.conf.js,resolver-legacy-alias/**/*,scripts/**/*
1010
sonar.javascript.lcov.reportPaths=coverage/lcov.info
1111
sonar.host.url=https://sonarcloud.io
12+
sonar.branch.longLivedBranches.regex=release|(release-.*)

0 commit comments

Comments
 (0)