fix(#3488): resolve SonarQube MINOR code quality issues in orchestrator#3497
fix(#3488): resolve SonarQube MINOR code quality issues in orchestrator#3497fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
Address 5 SonarQube MINOR violations:
- S7722: Replace empty error string in ErrorUtils.test.ts with
a meaningful non-empty message ('empty')
- S4325: Remove unnecessary non-null assertion on
condition.notContains in evaluateHiddenCondition.ts by
extracting to a local variable before the closure
- S6594: Use RegExp.exec() instead of String.match() in
useFetch.ts and ErrorUtils.ts for better performance
- S7726: Convert anonymous arrow function export to a named
function in eslint.frontend-shared.cjs
Closes #3488
|
This pull request adds a new top-level directory under |
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #3497 +/- ##
=======================================
Coverage 53.61% 53.61%
=======================================
Files 2254 2254
Lines 85821 85822 +1
Branches 24149 24152 +3
=======================================
+ Hits 46014 46015 +1
Misses 39632 39632
Partials 175 175
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|



Address 5 SonarQube MINOR violations:
a meaningful non-empty message ('empty')
condition.notContains in evaluateHiddenCondition.ts by
extracting to a local variable before the closure
useFetch.ts and ErrorUtils.ts for better performance
function in eslint.frontend-shared.cjs
Closes #3488
Post-script verification
agent/3488-fix-sonarqube-minor-issues)82225badcb9ccb186a84302546ab0eb48ebc4c7b..HEAD)