Skip to content

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1180

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors

feat(http-request): add hooks, maxResponseSize, rawResponse, enriched errors #1180

Triggered via pull request April 4, 2026 02:38
Status Failure
Total duration 1m 57s
Artifacts

ci.yml

on: pull_request
Matrix: Run CI Pipeline / 🧪 Test Matrix
Run CI Pipeline  /  🧹 Lint Check
19s
Run CI Pipeline / 🧹 Lint Check
Run CI Pipeline  /  🔍 Type Check
17s
Run CI Pipeline / 🔍 Type Check
Test (Isolated)
0s
Test (Isolated)
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Run CI Pipeline / 🧹 Lint Check
Process completed with exit code 1.
typescript-eslint(array-type): src/http-request.ts#L1151
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
typescript-eslint(array-type): src/http-request.ts#L1134
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
typescript-eslint(array-type): src/http-request.ts#L1053
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
typescript-eslint(array-type): src/http-request.ts#L329
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
typescript-eslint(array-type): src/http-request.ts#L93
Array type using 'Array<string>' is forbidden for simple types. Use 'string[]' instead.
typescript-eslint(array-type): test/unit/http-request.test.mts#L2059
Array type using 'T[]' is forbidden for non-simple types. Use 'Array<T>' instead.