diff --git a/services/maintenance/apps/ariadne-deployment.yaml b/services/maintenance/apps/ariadne-deployment.yaml index 8e1874b6a..d5ca509fe 100644 --- a/services/maintenance/apps/ariadne-deployment.yaml +++ b/services/maintenance/apps/ariadne-deployment.yaml @@ -582,6 +582,13 @@ spec: # it has is already under review, so this is a ceiling rather than a # rate: the backlog cannot turn into a pull request queue nobody # drains. The 64-open-proposal ceiling still applies on top. + # Findings with no possible patch become an issue carrying the fix + # Hermes would make. Most of the backlog is refactors too diffuse + # for an anchored patch, so without this the majority of what + # SonarQube knows never reaches a maintainer at all. Deduped on the + # rule, exactly like the pull requests. + - name: ARIADNE_HERMES_SONAR_ADVICE_ENABLED + value: "true" - name: ARIADNE_HERMES_SONAR_MAX_PER_SWEEP value: "7" # SonarQube's own effort estimate is the filter, not severity: it is