Skip to content

fix(#3489): name anonymous arrow function in quickstart eslint config#3504

Open
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/3489-name-arrow-function-quickstart
Open

fix(#3489): name anonymous arrow function in quickstart eslint config#3504
fullsend-ai-coder[bot] wants to merge 1 commit into
mainfrom
agent/3489-name-arrow-function-quickstart

Conversation

@fullsend-ai-coder

Copy link
Copy Markdown
Contributor

Convert the anonymous arrow function export in eslint.frontend-shared.cjs to a named function expression (createEslintConfig) to satisfy SonarQube rule javascript:S7726. This follows the same pattern used in the theme and other workspaces.


Closes #3489

Post-script verification

  • Branch is not main/master (agent/3489-name-arrow-function-quickstart)
  • Secret scan passed (gitleaks — e92645dfba0d338cdd9300ab177a29a8e458dc12..HEAD)
  • Pre-commit hooks passed (authoritative run on runner)
  • Tests ran inside sandbox

Convert the anonymous arrow function export in
eslint.frontend-shared.cjs to a named function expression
(`createEslintConfig`) to satisfy SonarQube rule javascript:S7726.
This follows the same pattern used in the theme and other workspaces.

Closes #3489
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.45%. Comparing base (e92645d) to head (258d611).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3504   +/-   ##
=======================================
  Coverage   52.45%   52.45%           
=======================================
  Files        2253     2253           
  Lines       85757    85757           
  Branches    24114    24116    +2     
=======================================
  Hits        44980    44980           
  Misses      40566    40566           
  Partials      211      211           
Flag Coverage Δ *Carryforward flag
adoption-insights 83.70% <ø> (ø) Carriedforward from e92645d
ai-integrations 67.95% <ø> (ø) Carriedforward from e92645d
app-defaults 69.79% <ø> (ø) Carriedforward from e92645d
augment 46.39% <ø> (ø) Carriedforward from e92645d
boost 100.00% <ø> (ø) Carriedforward from e92645d
bulk-import 72.46% <ø> (ø) Carriedforward from e92645d
cost-management 14.10% <ø> (ø) Carriedforward from e92645d
dcm 61.79% <ø> (ø) Carriedforward from e92645d
extensions 61.53% <ø> (ø) Carriedforward from e92645d
global-floating-action-button 71.18% <ø> (ø) Carriedforward from e92645d
global-header 59.71% <ø> (ø) Carriedforward from e92645d
homepage 49.92% <ø> (ø) Carriedforward from e92645d
install-dynamic-plugins 56.23% <ø> (ø) Carriedforward from e92645d
konflux 91.49% <ø> (ø) Carriedforward from e92645d
lightspeed 68.57% <ø> (ø) Carriedforward from e92645d
mcp-integrations 85.46% <ø> (ø) Carriedforward from e92645d
orchestrator 37.75% <ø> (ø) Carriedforward from e92645d
quickstart 63.76% <ø> (ø)
sandbox 79.56% <ø> (ø) Carriedforward from e92645d
scorecard 83.96% <ø> (ø) Carriedforward from e92645d
theme 61.26% <ø> (ø) Carriedforward from e92645d
translations 6.55% <ø> (ø) Carriedforward from e92645d
x2a 57.25% <ø> (ø) Carriedforward from e92645d

*This pull request uses carry forward flags. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e92645d...258d611. Read the comment docs.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix SonarQube MINOR issues in the quickstart workspace

1 participant