Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ sonar.sourceEncoding=UTF-8
sonar.sources=.
sonar.exclusions=coverage-profiles/**

# Test fixtures and assertions are intentionally repetitive. Keep test files
# in the analysis so their issues remain visible, but exclude them from CPD so
# the duplication gate measures production implementation duplication.
sonar.cpd.exclusions=**/*.test.*,**/*.spec.*,**/*test-helpers.*,**/*.fixture.*,**/*.mock.*,**/__fixtures__/**,**/fixtures/**,**/testing/**,tests/**

sonar.javascript.lcov.reportPaths=coverage-profiles/coverage-shard-*/lcov.info
sonar.javascript.node.maxspace=8192

Expand Down
Loading