You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidates the SonarCloud code-quality debt in google-app-scripts into one tracked initiative so it can be scheduled as focused refactoring rather than firefought per-finding. All non-blocking (code quality, not security/correctness), so this is deliberate improvement work.
Batch the ×68 modernization (SonarCloud: JavaScript code-quality modernization (×68) #421) by rule family (one PR per rule/idiom, e.g. all var→const/let, then all template-literal conversions) so review stays mechanical and diffs are auditable.
Route each batch to dev-lead as a scoped, single-rule task; keep behavior identical (no functional change), rely on the existing test suite as the guard.
Acceptance
SonarCloud code-quality issue count on this repo trends to 0 (or accepted-with-rationale for any false positives).
Epic — JavaScript code-quality remediation (SonarCloud)
Consolidates the SonarCloud code-quality debt in
google-app-scriptsinto one tracked initiative so it can be scheduled as focused refactoring rather than firefought per-finding. All non-blocking (code quality, not security/correctness), so this is deliberate improvement work.Child findings
Approach
var→const/let, then all template-literal conversions) so review stays mechanical and diffs are auditable.Acceptance