Fixed RegExp in filter-adapter.ts and sort-context.ts to work in Safari #1736
tests.yml
on: pull_request
autocomplete-client end-to-end-tests
1m 32s
instant-meilisearch end-to-end-tests
1m 44s
style-check
1m 4s
types-check
1m 23s
Matrix: integration_tests
Annotations
10 errors and 7 warnings
style-check
@meilisearch/instant-meilisearch#lint: command (/home/runner/work/meilisearch-js-plugins/meilisearch-js-plugins/packages/instant-meilisearch) yarn run lint exited (1)
|
|
|
|
style-check:
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts#L52
Replace `"",""` with `⏎········'',⏎········'',⏎······`
|
|
|
|
style-check:
packages/instant-meilisearch/src/adapter/search-request-adapter/filter-adapter.ts#L59
Replace `"",·""];` with `'',·'']`
|
|
style-check:
playgrounds/angular/src/app/app.component.ts#L1
'Component' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.component.ts#L15
'AppComponent' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.module.ts#L1
'NgModule' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.module.ts#L2
'BrowserModule' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.module.ts#L3
'NgAisModule' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.module.ts#L5
'AppComponent' is defined but never used. Allowed unused vars must match /^_/u
|
style-check:
playgrounds/angular/src/app/app.module.ts#L13
'AppModule' is defined but never used. Allowed unused vars must match /^_/u
|