Skip to content

Commit 601359d

Browse files
committed
chore(docs): update SonarCloud exclusion rules
- Update SonarCloud exclusion rules to exclude `server/test/**/*` instead of `test/**/*`
1 parent d535e73 commit 601359d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.sonarcloud.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sonar.exclusions=test/**/*,scripts/seed-database.ts
1+
sonar.exclusions=server/test/**/*,scripts/seed-database.ts

0 commit comments

Comments
 (0)