Skip to content

Commit

Permalink
chore: Align sonar QG by complies (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola Serdiuk authored and MykolaMarusenko committed Jun 21, 2024
1 parent 4dc05bb commit 0343b79
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions add-ons/sonar-operator/templates/sonar/qualitygate_edp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,33 @@ spec:
name: EDP way
default: true
conditions:
blocker_violations:
error: '0'
op: GT
critical_violations:
error: '0'
op: GT
new_coverage:
error: '80'
op: LT
error: "80"
new_duplicated_lines_density:
error: '3'
op: GT
error: "3"
blocker_violations:
new_maintainability_rating:
error: '1'
op: GT
error: "0"
critical_violations:
new_reliability_rating:
error: '1'
op: GT
new_security_hotspots_reviewed:
error: '100'
op: LT
new_security_rating:
error: '1'
op: GT
error: "0"
test_errors:
error: '0'
op: GT
error: "0"
test_failures:
error: '0'
op: GT
error: "0"

0 comments on commit 0343b79

Please sign in to comment.