feat: export common types and fix some lint warnings #759
Annotations
1 error and 11 warnings
Set up GCP SDK for downloading test data
The v0 series of google-github-actions/setup-gcloud is no longer maintained. It will not receive updates, improvements, or security patches. Please upgrade to the latest supported versions:
https://github.com/google-github-actions/setup-gcloud
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check code with eslint:
src/cache/tlru-cache.ts#L11
Replace `readonly·maxSize:·number,·readonly·ttl:·number` with `⏎····readonly·maxSize:·number,⏎····readonly·ttl:·number,⏎··`
|
Check code with eslint:
src/events/batch-event-processor.ts#L10
Replace `private·readonly·eventQueue:·NamedEventQueue<Event>,·batchSize:·number` with `⏎····private·readonly·eventQueue:·NamedEventQueue<Event>,⏎····batchSize:·number,⏎··`
|
Check code with eslint:
src/events/event-delivery.ts#L10
Replace `private·readonly·sdkKey:·string,·private·readonly·ingestionUrl:·string` with `⏎····private·readonly·sdkKey:·string,⏎····private·readonly·ingestionUrl:·string,⏎··`
|
Check code with eslint:
src/flag-evaluation-details-builder.ts#L144
Replace `·as·AllocationEvaluation)` with `)·as·AllocationEvaluation`
|
Check code with eslint:
src/http-client.ts#L25
Replace `public·message:·string,·public·status:·number,·public·cause?:·Error` with `⏎····public·message:·string,⏎····public·status:·number,⏎····public·cause?:·Error,⏎··`
|
Check code with eslint:
src/http-client.ts#L56
Replace `private·readonly·apiEndpoints:·ApiEndpoints,·private·readonly·timeout:·number` with `⏎····private·readonly·apiEndpoints:·ApiEndpoints,⏎····private·readonly·timeout:·number,⏎··`
|
Check code with eslint:
src/rules.ts#L176
Insert `··`
|
Check code with eslint:
src/rules.ts#L177
Insert `··`
|
Check code with eslint:
src/rules.ts#L178
Insert `····`
|
Check code with eslint:
src/rules.ts#L179
Insert `····`
|
Loading