Merge pull request #3371 from AnaelKremer/mylodex-v4 #4870
lodex-ci.yml
on: push
Matrix: lint
Matrix: test-e2e
Matrix: test-unit
Matrix: type-check
Annotations
10 warnings
|
lint (22.x):
packages/admin-app/src/data/PreComputationSelector.spec.tsx#L110
Expected an assignment or function call and instead saw an expression
|
|
lint (22.x):
packages/admin-app/src/annotations/details/AnnotationItems.tsx#L49
Unexpected any. Specify a different type
|
|
lint (22.x):
packages/admin-app/src/annotations/details/AnnotationItems.tsx#L48
Unexpected any. Specify a different type
|
|
lint (22.x):
packages/admin-app/src/annotations/details/AnnotationInputs.tsx#L16
Unexpected any. Specify a different type
|
|
lint (22.x):
packages/admin-app/src/annotations/details/AnnotationForm.tsx#L76
React Hook useMemo has a missing dependency: 'tenant'. Either include it or remove the dependency array
|
|
lint (22.x):
packages/admin-app/src/Appbar/Menu.tsx#L76
React Hook useEffect has a missing dependency: 'translate'. Either include it or remove the dependency array
|
|
lint (22.x):
packages/admin-app/src/Appbar/JobProgress.tsx#L342
'getContent' was used before it was defined
|
|
lint (22.x):
packages/admin-app/src/Appbar/JobProgress.tsx#L340
'getTitle' was used before it was defined
|
|
lint (22.x):
packages/admin-app/src/Appbar/JobProgress.tsx#L203
React Hook useEffect has missing dependencies: 'finishProgress', 'handlePublishError', 'handlePublishSuccess', 'handleRepublish', 'hasPublishedDataset', 'loadEnrichments', 'loadParsingResult', 'loadPrecomputed', and 'translate'. Either include them or remove the dependency array
|
|
lint (22.x):
cypress/support/datasetImportPage.ts#L92
Unexpected any. Specify a different type
|