Skip to content

Remove normalised cache #8733

Remove normalised cache

Remove normalised cache #8733

Triggered via pull request April 26, 2024 03:36
Status Cancelled
Total duration 4m 37s
Artifacts

ci.yml

on: pull_request
Matrix: clippy
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 3 warnings
Clippy (ubuntu-20.04)
Canceling since a higher priority waiting request for 'CI-refs/pull/2390/merge' exists
Clippy (ubuntu-20.04)
The operation was canceled.
Clippy (windows-latest)
Canceling since a higher priority waiting request for 'CI-refs/pull/2390/merge' exists
Rust Formatting
Canceling since a higher priority waiting request for 'CI-refs/pull/2390/merge' exists
Clippy (macos-14)
Canceling since a higher priority waiting request for 'CI-refs/pull/2390/merge' exists
Cypress
Canceling since a higher priority waiting request for 'CI-refs/pull/2390/merge' exists
ESLint: apps/mobile/src/screens/browse/Tags.tsx#L27
The 'tagData' logical expression could make the dependencies of useMemo Hook (at line 35) change on every render. To fix this, wrap the initialization of 'tagData' in its own useMemo() Hook
ESLint: interface/app/$libraryId/tag/$id.tsx#L33
React Hook useMemo has a missing dependency: 'tag'. Either include it or remove the dependency array
ESLint: interface/app/$libraryId/tag/$id.tsx#L33
React Hook useMemo has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked