Fix flash of last frame on replay #2380
+12
−2
Open
Annotations
1 error and 16 warnings
|
Run RuboCop
Process completed with exit code 1.
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v2, actions/setup-node@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/src/frontend/useScrollPositionLifecycle.js#L1
'useState' is defined but never used.
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/spec/frontend/usePrivacyLink-spec.js#L151
Script URL is a form of eval.
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/spec/frontend/usePrivacyLink-spec.js#L134
Script URL is a form of eval.
|
|
Run ESLint in pageflow-scrolled:
entry_types/scrolled/package/spec/frontend/inlineEditing/LinkTooltip-spec.js#L250
The href attribute is required for an anchor to be keyboard accessible. Provide a valid, navigable address as the href value. If you cannot provide an href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/evcohen/eslint-plugin-jsx-a11y/blob/master/docs/rules/anchor-is-valid.md
|
|
Run ESLint in pageflow package:
package/spec/ui/views/TabsView-spec.js#L2
'within' is defined but never used.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L115
Layout/MultilineMethodCallIndentation: Align `.sites_allowed_for` with `SitePolicy::Scope` on line 113.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L114
Layout/MultilineMethodCallIndentation: Align `.new` with `SitePolicy::Scope` on line 113.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L106
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L105
Layout/MultilineMethodCallIndentation: Align `.entry_movable` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/entry.rb#L104
Layout/MultilineMethodCallIndentation: Align `.new` with `AccountPolicy::Scope` on line 103.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L55
Layout/MultilineMethodCallIndentation: Align `.order` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L54
Layout/MultilineMethodCallIndentation: Align `.member_addable` with `AccountPolicy::Scope.new(current_user, Account)` on line 53.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L47
Layout/MultilineMethodCallIndentation: Align `.order` with `Account` on line 45.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L46
Layout/MultilineMethodCallIndentation: Align `.accessible_by` with `Account` on line 45.
|
|
Run RuboCop:
admins/pageflow/accounts.rb#L24
Style/ReduceToHash: Use `to_h { ... }` instead of `each_with_object`.
|
Loading