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 @@ -12,6 +12,11 @@ sonar.issues.defaultAssigneeLogin=LayZeeDK@github
# Scan
sonar.sourceEncoding=UTF-8

# Block the scan step on the quality gate verdict instead of passing as soon as
# the report uploads. Without this the GitHub check is green whatever the gate
# says — it was ERROR on `main` for years before anyone noticed.
sonar.qualitygate.wait=true

# comma-separated paths to directories containing source files
sonar.sources=e2e,packages,tools
# configure the files that should be completely ignored by the analysis
Expand Down
Loading